Skip to content

Commit

Permalink
Merge branch 'fix/allowed-log-in-response-policy' of github.com:rond-…
Browse files Browse the repository at this point in the history
…authz/rond into fix/allowed-log-in-response-policy
  • Loading branch information
fredmaggiowski committed Jun 30, 2023
2 parents f35e350 + 4f99f63 commit ee11d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ func TestEvaluateResponsePolicy(t *testing.T) {
}

if testCase.expectedBody == "" {
require.Equal(t, testCase.expectedBody, string(actual))
require.Empty(t, string(actual))
} else {
require.JSONEq(t, testCase.expectedBody, string(actual))
}
Expand Down

0 comments on commit ee11d2c

Please sign in to comment.