Skip to content

Commit

Permalink
final fix (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Oct 20, 2023
1 parent ab624d6 commit f36a977
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/results/startpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql-auth"
"url": "http://localhost:8891/sparql"
}, {
"name": "local",
"url": "http://localhost:8891/sparql-auth"
"url": "http://localhost:8891/sparql"
}],
"entity":
"http://askomics.org/test/data/transcript",
Expand All @@ -37,10 +37,10 @@
{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql-auth"
"url": "http://localhost:8891/sparql"
}, {
"name": "local",
"url": "http://localhost:8891/sparql-auth"
"url": "http://localhost:8891/sparql"
}],
"entity":
"http://askomics.org/test/data/gene",
Expand Down Expand Up @@ -70,7 +70,7 @@
{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql-auth"
"url": "http://localhost:8891/sparql"
}],
"entity":
"http://askomics.org/test/data/DifferentialExpression",
Expand All @@ -89,7 +89,7 @@
{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql-auth"
"url": "http://localhost:8891/sparql"
}],
"entity":
"http://askomics.org/test/data/QTL",
Expand Down

0 comments on commit f36a977

Please sign in to comment.