current changes in ansible runs

This commit is contained in:
2021-05-24 12:39:57 +04:00
parent b10fbd3ab4
commit c62e0ca288
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import (
func TestDocker(t *testing.T) {
//TODO overwrite with custom docker paths
resp,err := BuildRunContainer(2,"false")
resp,err := BuildRunContainer(2,"true")
if err != nil {
t.Error(err)