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 dc0b89c commit 7b73f08Copy full SHA for 7b73f08
client_test.go
@@ -342,7 +342,6 @@ func TestGetIdentityFlagsCallsAPIWhenLocalEnvironmentNotAvailableWithTraits(t *t
342
assert.Equal(t, fixtures.Feature1Name, allFlags[0].FeatureName)
343
assert.Equal(t, fixtures.Feature1ID, allFlags[0].FeatureID)
344
assert.Equal(t, fixtures.Feature1Value, allFlags[0].Value)
345
-
346
}
347
348
0 commit comments