Skip to content

Commit

Permalink
noot
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Jun 19, 2024
1 parent 4d40619 commit 3f1ff11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caddytest/caddytest.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ func (tc *Tester) CleanupCaddy() error {
func (tc *Tester) AdminPort() int {
return tc.adminPort
}

func (tc *Tester) PortOne() int {
return tc.portOne
}

func (tc *Tester) PortTwo() int {
return tc.portTwo
}
Expand Down

0 comments on commit 3f1ff11

Please sign in to comment.