Skip to content

Commit

Permalink
chore: trying to fix ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jul 28, 2023
1 parent fc045fa commit 1408e3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/testing/integration/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ func API(t *testing.T, ctx context.Context, client sdk.SDK, namespace string, au

assert.False(t, result.Match, "Evaluation should not have matched.")
assert.Equal(t, evaluation.EvaluationReason_UNKNOWN_EVALUATION_REASON, result.Reason)
assert.Empty(t, result.SegmentKeys)
assert.Empty(t, result.VariantKey)
})

Expand All @@ -824,7 +823,6 @@ func API(t *testing.T, ctx context.Context, client sdk.SDK, namespace string, au

assert.False(t, result.Match, "Evaluation should not have matched.")
assert.Equal(t, evaluation.EvaluationReason_FLAG_DISABLED_EVALUATION_REASON, result.Reason)
assert.Empty(t, result.SegmentKeys)
assert.Empty(t, result.VariantKey)
})

Expand Down

0 comments on commit 1408e3d

Please sign in to comment.