We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcb4a0 commit c9e8ea2Copy full SHA for c9e8ea2
client_test.go
@@ -145,7 +145,7 @@ func TestGetFlags(t *testing.T) {
145
// When
146
client := flagsmith.MustNewClient(fixtures.EnvironmentAPIKey, flagsmith.WithBaseURL(server.URL+"/api/v1/"))
147
148
- flags, err := client.GetEnvironmentFlags(context.Background())
+ flags, err := client.GetFlags(context.Background(), flagsmith.EvaluationContext{})
149
150
// Then
151
assert.NoError(t, err)
0 commit comments