Skip to content

Commit

Permalink
Revert "change ip"
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 authored Dec 12, 2024
1 parent 2a89448 commit 2ee0597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/activesupport/mailPit/MailPit.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class MailPit {
private static final int MAX_RETRIES = 10;

public MailPit() {
this.ip = "0.0.0.0:8025";
this.ip = "https://selenium-mail.olcs.dev-dvsacloud.uk:8025";
this.port = "8025";
}

Expand Down

0 comments on commit 2ee0597

Please sign in to comment.