Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Feb 25, 2025
1 parent f8c18e4 commit 5b3d1d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions pkg/connection/reconcile_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,3 @@ func downloadHTTP(fileURL string) (string, error) {

return tmpFile.Name(), nil
}

func isSupportedScheme(scheme string) bool {
supportedSchemes := map[string]bool{
"http": true,
"https": true,
"file": true,
"s3": true,
"gs": true,
"azblob": true,
}
return supportedSchemes[scheme]
}
1 change: 0 additions & 1 deletion tests/operator/resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ var _ = Describe("Resources", func() {
psource *v1alphav1.PulsarSource
pnsisolationpolicy *v1alphav1.PulsarNSIsolationPolicy
psourcepackageurl string = "builtin://data-generator"
invalidFileURL string = "file://invalid-file-path"
)

BeforeEach(func() {
Expand Down

0 comments on commit 5b3d1d4

Please sign in to comment.