summaryrefslogtreecommitdiff
path: root/pkg/test/proxy_test.go
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2021-09-22 02:51:33 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2021-09-22 12:45:07 +0300
commitd9b9516ed6a372b1270011c2177681a9713c9d31 (patch)
tree79a3a0c37998d494d4a8a3983fb57af10252b228 /pkg/test/proxy_test.go
parent3c9f376276c4f59bfaf93195441cde402fb1d333 (diff)
auth: via file
Diffstat (limited to 'pkg/test/proxy_test.go')
-rw-r--r--pkg/test/proxy_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/test/proxy_test.go b/pkg/test/proxy_test.go
index ae89b0a..46782d2 100644
--- a/pkg/test/proxy_test.go
+++ b/pkg/test/proxy_test.go
@@ -10,8 +10,8 @@ func TestProxyHook(t *testing.T) {
c := e.newInstance()
- c.Exec("add name C listen,addr=-:0 proxy,addr=@[addr] dial,addr=@[tunnel.S.listen]")
- c.Exec("add name S listen,addr=-:0 proxy")
+ c.Exec("add name C listen,addr=%%0 proxy,addr=@[addr] dial,addr=@[tunnel.S.listen]")
+ c.Exec("add name S listen,addr=%%0 proxy")
c.Exec("set tunnel.S.proxy.auth user:password")
c.Exec("set tunnel.C.proxy.auth user:password")