Skip to content

Commit

Permalink
Allow 403 responses
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Jul 24, 2024
1 parent 730fc7d commit 5416161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
auth = Authorization.TestAuthorization()
config = auth.getConfigObject()
falcon = FDR(auth_object=config)
AllowedResponses = [200, 201, 207, 429, 500]
AllowedResponses = [200, 201, 207, 403, 429, 500]

class TestFDR:
def test_all_code_paths(self):
Expand Down

0 comments on commit 5416161

Please sign in to comment.