Skip to content

Commit

Permalink
[CLOUDGA-24871] remove feature flag env var in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhupendray-yb committed Dec 2, 2024
1 parent fca1b43 commit e49bd9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/db_query_logs_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ var _ = Describe("DB Query Logging", func() {
Expect(err).ToNot(HaveOccurred())
os.Setenv("YBM_HOST", fmt.Sprintf("http://%s", server.Addr()))
os.Setenv("YBM_APIKEY", "test-token")
os.Setenv("YBM_FF_DB_QUERY_LOGGING", "true")
statusCode = 200
err = loadJson("./test/fixtures/list-clusters.json", &responseListClusters)
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit e49bd9b

Please sign in to comment.