diff options
author | a <[email protected]> | 2024-06-18 23:48:21 -0500 |
---|---|---|
committer | a <[email protected]> | 2024-06-18 23:48:21 -0500 |
commit | 3f1ff118f8bd4fad73e09d6374f5cbfe68b5a4c3 (patch) | |
tree | fbcbaf96ef8cab66421223c0439159ebbab527cd | |
parent | 4d40619aa420d8348f08071d080ebd91dade4169 (diff) | |
download | caddy-3f1ff118f8bd4fad73e09d6374f5cbfe68b5a4c3.tar.gz caddy-3f1ff118f8bd4fad73e09d6374f5cbfe68b5a4c3.zip |
noottesting-updates
-rw-r--r-- | caddytest/caddytest.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/caddytest/caddytest.go b/caddytest/caddytest.go index 58cbfa06b..c67b9cbb8 100644 --- a/caddytest/caddytest.go +++ b/caddytest/caddytest.go @@ -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 } |