Merged in feature/dockerfileintest (pull request #130)
Dockerfile in Test * dockerfile * network * const
This commit is contained in:
@@ -12,9 +12,9 @@ import (
|
||||
func TestDepNetworkGet(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
|
||||
name := test.DepNetwork.Get(t, ctx)
|
||||
name := test.GetNetwork(t, ctx)
|
||||
assert.NotNil(t, name)
|
||||
|
||||
newName := test.DepNetwork.Get(t, ctx)
|
||||
newName := test.GetNetwork(t, ctx)
|
||||
assert.Equal(t, name, newName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user