Skip to content

Commit

Permalink
fix doc/config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 15, 2023
1 parent e4a57bb commit 8c4d13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Test data used is a subset of the [Canadian National Water Data Archive](https://www.canada.ca/en/environment-climate-change/services/water-overview/quantity/monitoring/survey/data-products-services/national-archive-hydat.html) as extracted from the [MSC GeoMet OGC API](https://eccc-msc.github.io/open-data/msc-geomet/web-services_en/#ogc-api-features) service.

### OGC API - Processes
The `hello-world` test process that is provided with pygeoapi by default is used.
The `echo` test process that is provided with pygeoapi by default is used.

Process job management is configured in `server.manager` in support of asynchronous testing.

Expand Down
2 changes: 1 addition & 1 deletion tests/cite/cite.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ resources:
hello-world:
type: process
processor:
name: HelloWorld
name: Echo

0 comments on commit 8c4d13f

Please sign in to comment.