Skip to content

Commit c6bb5db

Browse files
committed
Fix baseline URL
1 parent 58da111 commit c6bb5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_mpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_succeeds_remote():
4141

4242
# The following tries an invalid URL first (or at least a URL where the baseline
4343
# image won't exist), but should succeed with the second mirror.
44-
@pytest.mark.mpl_image_compare(baseline_dir='http://www.python.org,' + baseline_dir_remote,
44+
@pytest.mark.mpl_image_compare(baseline_dir='http://www.python.org/,' + baseline_dir_remote,
4545
filename='test_succeeds_remote.png')
4646
def test_succeeds_faulty_mirror():
4747
fig = plt.figure()

0 commit comments

Comments
 (0)