Skip to content

Commit

Permalink
Adjust uber class unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Jan 3, 2023
1 parent 5db54b6 commit fb9109a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_uber_api_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def test_GetAWSAccounts(self):
def test_QueryAWSAccountsForIDs(self):
assert self.uberCCAWS_QueryAWSAccountsForIDs() is True

@pytest.mark.skipif("laggar" in falcon.base_url, reason="US-GOV-1 testing disabled")
def test_UploadDownload(self):
assert self.uberCCAWS_TestUploadDownload() is True

Expand Down

0 comments on commit fb9109a

Please sign in to comment.