UPD tests names

This commit is contained in:
Shorssaud 2023-02-16 16:41:27 +01:00
parent ef845091f2
commit 81b57ad0ac
3 changed files with 1 additions and 7 deletions

@ -1 +1 @@
Subproject commit 8872fe3df2b59fbe59de3c04c3e8a39370f87e7e
Subproject commit 5fb8ce33d7b4edb3fbc996ff9b3dfe1f7c6c738b

View File

@ -51,11 +51,8 @@ func TestUpload(t *testing.T) {
t.Error(Fatal("HOST EOutput: %s\n", stderr.String()))
return err
}
// codex seems to exit upon function exit
runout := &bytes.Buffer{}
runerr := &bytes.Buffer{}
// code below runs a local call to the api, WORKS only with localhost and not ip
time.Sleep(2 * time.Second)
if i == 1 {
node.SendFile("tests/dog1.txt", bytes.NewBuffer([]byte("hello my dog")))
@ -81,9 +78,6 @@ func TestUpload(t *testing.T) {
})
}
}
// t.Logf("HOST Output: %s\n\n", stdout.String())
// t.Logf("HOST EOutput: %s\n\n", stderr.String())
return nil
})
}