Skip to content

Commit 3cdf717

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent cd88b32 commit 3cdf717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bundle/test_bundle_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_monaihosting_url_download_bundle(self, bundle_files, bundle_name, url):
219219

220220
@parameterized.expand([TEST_CASE_5])
221221
@skip_if_quick
222-
@skipIf(os.getenv("NGC_API_KEY", None) == None, "NGC API key required for this test")
222+
@skipIf(os.getenv("NGC_API_KEY", None) is None, "NGC API key required for this test")
223223
def test_ngc_private_source_download_bundle(self, bundle_files, bundle_name, _url):
224224
with skip_if_downloading_fails():
225225
# download a single file from url, also use `args_file`

0 commit comments

Comments
 (0)