mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Merge pull request #136661 from atombrella/feature/fix_test_TestContainerMapCloneUnshared
Fix typo in `TestContainerMapCloneUnshared`
This commit is contained in:
@@ -52,7 +52,7 @@ func TestContainerMapCloneUnshared(t *testing.T) {
|
||||
// check the original copy didn't change
|
||||
// early sanity check, random ID, no special meaning
|
||||
podUIDRedo, containerNameRedo, err2 := cm.GetContainerRef("fakeContainerID-C")
|
||||
if err != nil {
|
||||
if err2 != nil {
|
||||
t.Fatalf("unexpected error: %v", err2)
|
||||
}
|
||||
if podUIDRedo != "fakePodUID-2" || containerNameRedo != "fakeContainerName-c2" {
|
||||
|
||||
Reference in New Issue
Block a user