Merge pull request #512 from chenchun/fix_bug
Fix CI failure due to mistaken imports
This commit is contained in:
commit
7c54a68907
1 changed files with 2 additions and 2 deletions
|
@ -1193,8 +1193,8 @@ func (f *fakeSandbox) SetKey(key string) error {
|
|||
}
|
||||
|
||||
func TestExternalKey(t *testing.T) {
|
||||
if !netutils.IsRunningInContainer() {
|
||||
defer osl.SetupTestOSContext(t)()
|
||||
if !testutils.IsRunningInContainer() {
|
||||
defer testutils.SetupTestOSContext(t)()
|
||||
}
|
||||
|
||||
n, err := createTestNetwork(bridgeNetType, "testnetwork", options.Generic{
|
||||
|
|
Loading…
Add table
Reference in a new issue