mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-26 18:17:24 +00:00
Fix CI failure due to mistaken imports
Signed-off-by: Chun Chen <ramichen@tencent.com>
This commit is contained in:
+2
-2
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user