Skip to content

Commit

Permalink
Merge pull request #2 from RENCI/Remove-ASGS
Browse files Browse the repository at this point in the history
test rule updates
  • Loading branch information
PhillipsOwen authored Feb 7, 2024
2 parents 5429718 + 35cf1cb commit 7ad1758
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 374,198 deletions.
2 changes: 1 addition & 1 deletion src/common/geoserver_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def create_geoserver_store(self, store_type: str, instance_id: str) -> bool:
# execute the post
ret_val = requests.post(url, auth=(self.username, self.password), json=store_config, timeout=10)

# was the call unsuccessful. 201 is returned on success for ths one
# was the call unsuccessful? 201 is returned for success for this one
if ret_val.status_code != 201:
# log the error
self.logger.error('Error %s when creating %s: "%s".', ret_val.status_code, store_type, instance_id)
Expand Down
Loading

0 comments on commit 7ad1758

Please sign in to comment.