Skip to content

Commit c9e8ea2

Browse files
committed
feedback
1 parent 7dcb4a0 commit c9e8ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func TestGetFlags(t *testing.T) {
145145
// When
146146
client := flagsmith.MustNewClient(fixtures.EnvironmentAPIKey, flagsmith.WithBaseURL(server.URL+"/api/v1/"))
147147

148-
flags, err := client.GetEnvironmentFlags(context.Background())
148+
flags, err := client.GetFlags(context.Background(), flagsmith.EvaluationContext{})
149149

150150
// Then
151151
assert.NoError(t, err)

0 commit comments

Comments
 (0)