Skip to content

Commit 984dfc4

Browse files
committed
test: Fix failing tests
1 parent e3fd8c9 commit 984dfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sessions/claims/test_primitive_array_claim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def test_validators_should_not_validate_empty_payload():
133133

134134
assert res.is_valid is False
135135
assert res.reason == {
136-
"expectedToInclude": val,
136+
"expectedToInclude": included_item,
137137
"actualValue": None,
138138
"message": "value does not exist",
139139
}

0 commit comments

Comments
 (0)