We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c689a commit 002b5ceCopy full SHA for 002b5ce
1 file changed
templateflow/tests/test_s3.py
@@ -97,6 +97,7 @@ def test_s3_400_error(monkeypatch):
97
"""Simulate a 400 error when fetching the skeleton file."""
98
99
reload(tfc)
100
+ reload(tf)
101
102
def mock_get(*args, **kwargs):
103
class MockResponse:
0 commit comments