(self)
| 141 | success=False) |
| 142 | |
| 143 | def test_iap_token(self): |
| 144 | def call_get_gcs_path(): |
| 145 | client = KaggleDatasets() |
| 146 | gcs_path = client.get_gcs_path() |
| 147 | self._test_client(call_get_gcs_path, |
| 148 | '/requests/CopyDatasetVersionToKnownGcsBucketRequest', |
| 149 | {'MountSlug': None, 'IntegrationType': 1}, |
| 150 | is_tpu=False, iap_token=True) |
nothing calls this directly
no test coverage detected