Commit a1665f2a6e2b568ccde647db0b0a5981e8728866
1 parent
e89b243f
Exists in
master
fix issue #8747 : Les tests d'EpnTAPClient ne passent pas
Change url to the new cddp epntap link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/test/java/eu/omp/irap/vespa/epntapclient/EpnTapConnectionTest.java
... | ... | @@ -43,7 +43,7 @@ import eu.omp.irap.vespa.votable.votabledata.VOTableData; |
43 | 43 | public class EpnTapConnectionTest { |
44 | 44 | |
45 | 45 | /** The AMDA access URL, for testing purposes. */ |
46 | - private static final String AMDA_ACCESS_URL = "http://psws-epntap.irap.omp.eu/__system__/tap/run/tap"; | |
46 | + private static final String AMDA_ACCESS_URL = "http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap"; | |
47 | 47 | |
48 | 48 | /** The AMDA ivoid, for testing purposes. */ |
49 | 49 | private static final String AMDA_IVOID = "ivo://cdpp/amda"; |
... | ... |