Skip to content

Commit ba45d59

Browse files
committed
Fix test
1 parent fc577de commit ba45d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extensions/papaya/test_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ class TestPapayaRenderer:
4040
def test_render_papaya(self, renderer, metadata, assets_url):
4141
body = renderer.render()
4242
print(body)
43-
assert '<script type="text/javascript" src="http://mfr.osf.io/assets/papaya/papaya.js?build=1429"></script>' in body
43+
assert '<script type="text/javascript" src="http://mfr.osf.io/assets/papaya/papaya.js"></script>' in body
4444
assert 'params["images"] = ["http://mfr.osf.io/assets/papaya/data/507643e2-c0fb-45e4-805e-96231c8251de.nii.gz"]' in body
4545
assert '<div class="papaya" data-params="params"></div>' in body

0 commit comments

Comments
 (0)