Skip to content

Commit 3fb3c3d

Browse files
committed
Fix Leaflet.TextPath test
1 parent 584523e commit 3fb3c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_polyline_text_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_polyline_text_path():
4545
out = m._parent.render()
4646

4747
# We verify that the script import is present.
48-
script = '<script src="https://rawgit.com/makinacorpus/Leaflet.TextPath/gh-pages/leaflet.textpath.js"></script>' # noqa
48+
script = '<script src="https://rawgit.com/makinacorpus/Leaflet.TextPath/leaflet0.8-dev/leaflet.textpath.js"></script>' # noqa
4949
assert script in out
5050

5151
# We verify that the script part is correct.

0 commit comments

Comments
 (0)