Skip to content

Commit

Permalink
#390 rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 11, 2024
1 parent 772a2e3 commit 0c47b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@
"api_url": "{{ WB_METADATAEDITOR_API_URL }}",
"api_key": "{{ WB_METADATAEDITOR_API_KEY }}",
"verbose": true
},
"properties": {
"collection_names": "geoflow"
}
}
],
"actions": [
{
"id": "geometa-create-iso-19115",
"run": true
},
{
"id": "metadataeditr-create-project",
"run": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require(geoflow, quietly = TRUE)
require(testthat)

cfg_file = system.file("extdata/workflows/config_metadata_gsheets_metadataeditr.json", package = "geoflow")
cfg_file = system.file("extdata/workflows/config_metadataeditr_from_gsheets.json", package = "geoflow")

#init
test_that("init",{
Expand Down

0 comments on commit 0c47b6f

Please sign in to comment.