Skip to content

Commit

Permalink
fix: unit tests after status endpoint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Aug 20, 2023
1 parent b888613 commit ae2a444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyeudiw/tests/satosa/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def test_request_endpoint(self, context):
context.qs_params = {"id": state}

state_endpoint_response = self.backend.status_endpoint(context)
assert state_endpoint_response.status == "204"
assert state_endpoint_response.status == "200"
assert state_endpoint_response.message

# Passing wrong state, hence no match state-session_id
Expand Down

0 comments on commit ae2a444

Please sign in to comment.