Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Oct 1, 2024
1 parent d9baf9d commit 645cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvo/dal/tests/test_tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def test_get_udf(self, tapservice):

def test_get_endpoint_candidates():
# Directly instantiate the TAPService with a known base URL
svc = pyvo.dal.TAPService("http://astroweb.projects.phys.ucl.ac.uk:8000/tap")
svc = TAPService("http://astroweb.projects.phys.ucl.ac.uk:8000/tap")

# Check if the correct endpoint candidates are generated
expected_urls = [
Expand Down

0 comments on commit 645cd95

Please sign in to comment.