Skip to content
Snippets Groups Projects
Commit 10dd63f6 authored by VignaRamaNaga ManikantaSwamy Akula's avatar VignaRamaNaga ManikantaSwamy Akula
Browse files

fixed indentation error

parent 4fc80d18
No related branches found
No related tags found
1 merge request!322Resolve "CRS Catalog query_with_cursor needed"
Pipeline #225895 failed
......@@ -208,7 +208,7 @@ class TestCrsCatalog(unittest.TestCase):
self.check_get_search_response_count(response, 1, "test_get_coordinate_reference_system_dataId")
assert response_body["searchResults"]["results"][0]["id"] == test_data["recordId"]
assert response_body["searchResults"]["results"][0]["data"]["ID"] == test_data["dataId"]
print("CRS method completed")
print("CRS method completed")
for record_property in ('kind', 'version', 'acl', 'legal', 'namespace'):
assert record_property in response_body["searchResults"]["results"][0]
for record_property in (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment