mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #500 from mrjana/bugs
Fix CI failure due to conflicting merges
This commit is contained in:
commit
2a783ad3a9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func TestCreateFullOptions(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCreateNoConfig(t *testing.T) {
|
func TestCreateNoConfig(t *testing.T) {
|
||||||
defer osl.SetupTestOSContext(t)()
|
defer testutils.SetupTestOSContext(t)()
|
||||||
d := newDriver()
|
d := newDriver()
|
||||||
|
|
||||||
netconfig := &networkConfiguration{BridgeName: DefaultBridgeName}
|
netconfig := &networkConfiguration{BridgeName: DefaultBridgeName}
|
||||||
|
|
Loading…
Add table
Reference in a new issue