Skip to content

Commit ab1f117

Browse files
rickynilssonbsipocz
authored andcommitted
Fix tests.
1 parent 28d6991 commit ab1f117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/ipac/nexsci/nasa_exoplanet_archive/tests/test_nasa_exoplanet_archive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666

6767

6868
def mock_get(self, method, url, *args, **kwargs): # pragma: nocover
69-
assert url == conf.url_api
69+
if method!='test_regularize_object_name':
70+
assert url == conf.url_api
7071

7172
params = kwargs.get("params", None)
7273
assert params is not None

0 commit comments

Comments
 (0)