Skip to content

Commit 4b9f157

Browse files
author
Gabriel Monroy
committed
fix(tests): explicitly set tunnel to null
1 parent f2c7bf3 commit 4b9f157

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/registry_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func TestFakeClient(t *testing.T) {
3838
}
3939

4040
func TestRegistryClient(t *testing.T) {
41+
Flags.Tunnel = ""
4142
Flags.Endpoint = "http://127.0.0.1:4001"
4243
_, err := getRegistryClient()
4344
if err != nil && !strings.Contains(err.Error(), "no such host") {

0 commit comments

Comments
 (0)