Skip to content

Commit d0e4ee0

Browse files
committed
fixtest: update number of atlases
1 parent 2b2c494 commit d0e4ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/test_atlas_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_get_all_atlases():
1313
response = client.get('/v1_0/atlases')
1414
assert response.status_code == 200
1515
result_content = json.loads(response.content)
16-
assert len(result_content) == 3
16+
assert len(result_content) == 4
1717

1818

1919
def test_get_singe_atlas():

0 commit comments

Comments
 (0)