This commit is contained in:
a 2024-06-18 23:48:21 -05:00
parent 4d40619aa4
commit 3f1ff118f8
No known key found for this signature in database
GPG Key ID: 374BC539FE795AF0
1 changed files with 2 additions and 0 deletions

View File

@ -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
}