Skip to content

Commit

Permalink
test: fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Nov 4, 2022
1 parent 266dd9f commit e8cb458
Show file tree
Hide file tree
Showing 4 changed files with 16,597 additions and 16,678 deletions.
5 changes: 3 additions & 2 deletions __test__/data/litvar.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"servers": [
{
"url": "https://www.ncbi.nlm.nih.gov/research/bionlp/litvar/api/v1",
"description": "Production server"
"description": "Production server",
"x-maturity": "production"
}
],
"tags": [
Expand Down Expand Up @@ -87,4 +88,4 @@
}
}
}
}
}
8 changes: 5 additions & 3 deletions __test__/data/mygene.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
"servers": [
{
"description": "Encrypted Production server",
"url": "https://mygene.info/v3"
"url": "https://mygene.info/v3",
"x-maturity": "production"
},
{
"description": "Production server",
"url": "http://mygene.info/v3"
"url": "http://mygene.info/v3",
"x-maturity": "production"
}
],
"tags": [
Expand Down Expand Up @@ -1067,4 +1069,4 @@
}
}
}
}
}
5 changes: 3 additions & 2 deletions __test__/data/opentarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"servers": [
{
"description": "Production server",
"url": "https://platform-api.opentargets.io/v3"
"url": "https://platform-api.opentargets.io/v3",
"x-maturity": "production"
}
],
"tags": [
Expand Down Expand Up @@ -108,4 +109,4 @@
}
}
}
}
}
Loading

0 comments on commit e8cb458

Please sign in to comment.