Skip to content

Commit

Permalink
chore: switch to a more reliable page for ConfigurationDownloaderTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardas-buc committed Mar 14, 2024
1 parent 3a2ab2e commit 5b55211
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
*/
public class ConfigurationDownloaderTest {
private static final int MAX_ATTEMPTS = 5;
private static final String LOCATION_URL_SUCCESS = "http://www.example.com";
private static final String LOCATION_HTTPS_URL_SUCCESS = "https://www.example.com";
private static final String LOCATION_URL_SUCCESS = "http://x-road.global/";
private static final String LOCATION_HTTPS_URL_SUCCESS = "https://x-road.global/";

/**
* For better HA, the order of sources to be tried to download configuration
Expand Down

0 comments on commit 5b55211

Please sign in to comment.