Skip to content

Commit

Permalink
Update: test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineGEO6 committed Jul 16, 2024
1 parent cebb083 commit 1b9f971
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_int_geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,8 @@ def test_retrieve_sfid_from_geometry(self):

def test_get_profile_permissions(self):
response = self.client.get_available_permissions()
assert "permissions" in response
assert response is not None

def test_get_profile_area_conversion(self):
response = self.client.get_user_area_conversion_rate()
assert "unitProfileUnitCategories" in response

assert response is not None

0 comments on commit 1b9f971

Please sign in to comment.