Skip to content

Commit

Permalink
deliberately fail as a test, REVERT ME
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Feb 5, 2024
1 parent 62aa876 commit 9c4f11e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smoke_test/tests/authenticated/sam_resource_types_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ def resource_types_url() -> str:
return SamSmokeTestCase.build_sam_url("/api/config/v1/resourceTypes")

def test_status_code_is_200(self):
response = SamSmokeTestCase.call_sam(self.resource_types_url(), SamSmokeTestCase.USER_TOKEN)
self.assertEqual(response.status_code, 200, f"Resource Types HTTP Status is not 200: {response.text}")
self.assertEqual(1, 2)

0 comments on commit 9c4f11e

Please sign in to comment.