Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Nov 13, 2023
1 parent 701b4f6 commit 5469761
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions comments/comments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ type testFlagEnv struct {
func newTestAccEnv() *testFlagEnv {
flag := createFlag("example-flag")
config := config.Config{
LdEnvironment: "production",
LdInstance: "https://example.com/",
LdEnvironment: "production",
LdInstance: "https://example.com/",
CheckExtinctions: true,
}

archivedFlag := createFlag("archived-flag")
Expand Down

0 comments on commit 5469761

Please sign in to comment.