Skip to content

Commit

Permalink
Merge pull request #12 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
geoserver test
  • Loading branch information
Minotriz02 authored May 28, 2024
2 parents 03d7a01 + dd4b7b2 commit 49ae4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test_geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_get_geo_mosaic_name(self, mock_get):
workspace = "waterpoints_et"
mock_get.return_value.status_code = 200
mock_get.return_value.text = geo_mosaic_name_mock_data

print(geo_mosaic_name_mock_data)
result = self.geoserver.get_geo_mosaic_name(workspace)

self.assertIsInstance(result, pd.DataFrame)
Expand Down

0 comments on commit 49ae4e8

Please sign in to comment.