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 e215886 commit 10a2378Copy full SHA for 10a2378
logger_test.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
func Test_Logger(t *testing.T) {
8
- sh := NewLocalShell()
+ sh := NewShell(shellUrl)
9
logger, err := sh.GetLogs()
10
if err != nil {
11
t.Fatal(err)
0 commit comments