]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/api/test_api_status.py
reduce from 3 to 2 packages
[nominatim.git] / test / python / api / test_api_status.py
index 2b211611a71dda84607ae2b0e9951a3c5a0cd902..5412ca6e334fad5f8932379a274a7f65284182d2 100644 (file)
@@ -39,7 +39,7 @@ def test_status_full(apiobj, frontend):
     assert result.status == 0
     assert result.message == 'OK'
     assert result.software_version == NOMINATIM_API_VERSION
-    assert result.database_version == NominatimVersion(99, 5, 4, 2)
+    assert result.database_version == '99.5.4-2'
     assert result.data_updated == import_date