Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Dec 2, 2024
1 parent cb0e462 commit a5e2465
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/dnsmanager/dns_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,6 @@ func TestIsCloudService(t *testing.T) {
{"Cloud Functions", "function.cloudfunctions.net.", true},
{"Cloud Run", "myservice.run.app.", true},

// Other cloud providers
{"Heroku App", "myapp.herokuapps.com.", true},
{"DigitalOcean Spaces", "spaces.digitaloceanspaces.com.", true},
{"Cloudflare", "mysite.cloudflare.com.", true},
{"Vercel", "project.vercel.app.", true},
{"Netlify", "site.netlify.app.", true},

// Negative tests
{"Regular Domain", "example.com.", false},
{"Subdomain", "sub.example.com.", false},
Expand Down

0 comments on commit a5e2465

Please sign in to comment.