Skip to content

Commit 002b5ce

Browse files
committed
test: Reload API to avoid order effect
1 parent 39c689a commit 002b5ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templateflow/tests/test_s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def test_s3_400_error(monkeypatch):
9797
"""Simulate a 400 error when fetching the skeleton file."""
9898

9999
reload(tfc)
100+
reload(tf)
100101

101102
def mock_get(*args, **kwargs):
102103
class MockResponse:

0 commit comments

Comments
 (0)