Skip to content

Commit

Permalink
Update the-internet URL in tests to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed Jan 19, 2024
1 parent 34660a8 commit 079bb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/theinternet/TheInternetPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum TheInternetPage {
TABLES,
CHALLENGING_DOM;

private static final String BASE_URL = "http://the-internet.herokuapp.com/";
private static final String BASE_URL = "https://the-internet.herokuapp.com/";

private final String postfix;

Expand Down

0 comments on commit 079bb35

Please sign in to comment.