Skip to content

Commit 1117999

Browse files
committed
fix test
1 parent 6b2214d commit 1117999

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_webapp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ def test_ciffile_download(self, client):
155155
class TestZipfile:
156156
def test_feff_zip(self, client):
157157
_upload(client, ZNO_TEXT)
158-
rv = client.get("/zipfile/test.cif/Zn/K/7.0/0/feff/0/test_zoom")
158+
rv = client.get("/zipfile/test.cif/Zn/K/7.0/0/feff/0/0/test_zoom")
159159
assert rv.status_code in (200, 500)
160160

161161
def test_fdmnes_zip(self, client):
162162
_upload(client, ZNO_TEXT)
163-
rv = client.get("/zipfile/test.cif/Zn/K/7.0/0/fdmnes/0/test_zoom")
163+
rv = client.get("/zipfile/test.cif/Zn/K/7.0/0/fdmnes/0/1/test_zoom")
164164
assert rv.status_code in (200, 500)
165165

166166

0 commit comments

Comments
 (0)