(self, params)
| 85 | @parameterized.expand([TEST_CASE_FAKE_TOKEN_1, TEST_CASE_FAKE_TOKEN_2]) |
| 86 | @skip_if_quick |
| 87 | def test_fake_token(self, params): |
| 88 | with skip_if_downloading_fails(): |
| 89 | with self.assertRaises(requests.exceptions.HTTPError): |
| 90 | get_bundle_info(**params) |
| 91 | |
| 92 | |
| 93 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected