Skip to content

Commit 2e20472

Browse files
committed
tests: for logger test change to NewShell
1 parent 374df1a commit 2e20472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
func Test_Logger(t *testing.T) {
99
ctx, cancel := context.WithCancel(context.Background())
1010
defer cancel()
11-
sh := NewLocalShell()
11+
sh := NewShell(shellUrl)
1212
logger, err := sh.GetLogs(ctx)
1313
if err != nil {
1414
t.Fatal(err)

0 commit comments

Comments
 (0)