Skip to content

Commit 10a2378

Browse files
committed
logger: fix shell connection
1 parent e215886 commit 10a2378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
func Test_Logger(t *testing.T) {
8-
sh := NewLocalShell()
8+
sh := NewShell(shellUrl)
99
logger, err := sh.GetLogs()
1010
if err != nil {
1111
t.Fatal(err)

0 commit comments

Comments
 (0)