From 80954e51a20e25e03b7f8b3fcb9e8ca7f675c068 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 11 Nov 2020 17:23:30 +0000 Subject: Fix resolving permalinks such as http://covid19.genenetwork.org/resource/MT326090.1 --- test/test_sparql.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/test_sparql.py') diff --git a/test/test_sparql.py b/test/test_sparql.py index 41cf717..6f74470 100644 --- a/test/test_sparql.py +++ b/test/test_sparql.py @@ -4,12 +4,11 @@ import unittest import requests import logging - - class TestSPARQL(unittest.TestCase): def test_sparql(self): - sparqlURL='http://sparql.genenetwork.org/sparql/' + # sparqlURL='http://sparql.genenetwork.org/sparql/' + sparqlURL='http://127.0.0.1:8890//sparql/' id = "http://collections.lugli.arvadosapi.com/c=0002e93b86ad77824620bf938b97e134+126/sequence.fasta" id = "MT800005.1" query=f""" -- cgit v1.2.3