Skip to content

Commit

Permalink
Merge pull request #14 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
Pipeline workflow changed
  • Loading branch information
Minotriz02 authored May 28, 2024
2 parents fc8102e + a452695 commit 9774780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

env:
GEOSERVER_USERNAME: ${{secrets.GEOSERVER_USERNAME}}
GEOSERVER_USER: ${{secrets.GEOSERVER_USER}}
GEOSERVER_PASSWORD: ${{secrets.GEOSERVER_PASSWORD}}

jobs:
Expand Down
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 9774780

Please sign in to comment.