Skip to content

Commit

Permalink
Merge branch 'master' of github.com:askomics/flaskomics into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Oct 20, 2023
2 parents 8153ba3 + 399eb77 commit c4e1472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/askomics.test.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ autocomplete_max_results = 20
# name of the triplestore, can be virtuoso or fuseki
triplestore = virtuoso
# Sparql endpoint
endpoint = http://localhost:8891/sparql
endpoint = http://localhost:8891/sparql-auth
# Sparql updatepoint
updatepoint = http://localhost:8891/sparql-auth
# Isql API
Expand Down
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"
"url": "http://localhost:8891/sparql-auth"
}, {
"name": "local",
"url": "http://localhost:8891/sparql"
"url": "http://localhost:8891/sparql-auth"
}],
"entity":
"http://askomics.org/test/data/transcript",
Expand All @@ -37,10 +37,10 @@
{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql"
"url": "http://localhost:8891/sparql-auth"
}, {
"name": "local",
"url": "http://localhost:8891/sparql"
"url": "http://localhost:8891/sparql-auth"
}],
"entity":
"http://askomics.org/test/data/gene",
Expand Down Expand Up @@ -70,7 +70,7 @@
{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql"
"url": "http://localhost:8891/sparql-auth"
}],
"entity":
"http://askomics.org/test/data/DifferentialExpression",
Expand All @@ -89,7 +89,7 @@
{
"endpoints": [{
"name": "local",
"url": "http://localhost:8891/sparql"
"url": "http://localhost:8891/sparql-auth"
}],
"entity":
"http://askomics.org/test/data/QTL",
Expand Down

0 comments on commit c4e1472

Please sign in to comment.