We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584523e commit 3fb3c3dCopy full SHA for 3fb3c3d
tests/plugins/test_polyline_text_path.py
@@ -45,7 +45,7 @@ def test_polyline_text_path():
45
out = m._parent.render()
46
47
# 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
+ script = '<script src="https://rawgit.com/makinacorpus/Leaflet.TextPath/leaflet0.8-dev/leaflet.textpath.js"></script>' # noqa
49
assert script in out
50
51
# We verify that the script part is correct.
0 commit comments