We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374df1a commit 2e20472Copy full SHA for 2e20472
log_test.go
@@ -8,7 +8,7 @@ import (
8
func Test_Logger(t *testing.T) {
9
ctx, cancel := context.WithCancel(context.Background())
10
defer cancel()
11
- sh := NewLocalShell()
+ sh := NewShell(shellUrl)
12
logger, err := sh.GetLogs(ctx)
13
if err != nil {
14
t.Fatal(err)
0 commit comments