diff --git a/tests/integration/hdf5/test_io.py b/tests/integration/hdf5/test_io.py index 795ce722c..1e6ed0593 100644 --- a/tests/integration/hdf5/test_io.py +++ b/tests/integration/hdf5/test_io.py @@ -622,7 +622,7 @@ def test_read_nwb_method_file(self): read_nwbfile.get_read_io().close() @unittest.skipIf(not HAVE_FSSPEC, "fsspec library not available") - def test_read_nwb_method_s3_path(): + def test_read_nwb_method_s3_path(self): s3_test_path = "https://dandiarchive.s3.amazonaws.com/blobs/11e/c89/11ec8933-1456-4942-922b-94e5878bb991" read_nwbfile = NWBHDF5IO.read_nwb(path=s3_test_path) assert read_nwbfile.identifier == "3f77c586-6139-4777-a05d-f603e90b1330"