mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-26 09:35:54 +00:00
Fix CI failure due to conflicting merges
There were two pending PRs with package level changes but no source level conflicts. This got merged because git cannot detect this. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
@@ -69,7 +69,7 @@ func TestCreateFullOptions(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCreateNoConfig(t *testing.T) {
|
||||
defer osl.SetupTestOSContext(t)()
|
||||
defer testutils.SetupTestOSContext(t)()
|
||||
d := newDriver()
|
||||
|
||||
netconfig := &networkConfiguration{BridgeName: DefaultBridgeName}
|
||||
|
||||
Reference in New Issue
Block a user