Skip to content

Commit

Permalink
http->https for RDF
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 19, 2023
1 parent d62f1fa commit 52aa837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ontologies:
handle: go
pre_load: false
sparql_url:
url: "http://rdf.geneontology.org/sparql"
url: "https://rdf.geneontology.org/sparql"
timeout: 60
1 change: 1 addition & 0 deletions tests/unit/test_models_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def test_grouplist(self):
self.assertGreater(len(response.json()), 15)
self.assertEqual(response.status_code, 200)

@skip("This test is skipped because it takes too long to run for GH actions.")
def test_groups_by_name(self):
"""Test the endpoint to retrieve groups by name."""
response = test_client.get("/api/groups/MGI")
Expand Down

0 comments on commit 52aa837

Please sign in to comment.