mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #106676 from HecarimV/fix-typo-2021112506
fix typo in /test/integration
This commit is contained in:
commit
874dc871a5
@ -171,7 +171,7 @@ spec:
|
||||
t.Fatalf("failed to get managedFields from response: %v", err)
|
||||
}
|
||||
if !reflect.DeepEqual(existingManagedFields, newManagedFields) {
|
||||
t.Fatalf("Expected managed fields to not have changed when trying manually settting them via subresoures.\n\nExpected: %#v\n\nGot: %#v", existingManagedFields, newManagedFields)
|
||||
t.Fatalf("Expected managed fields to not have changed when trying manually setting them via subresoures.\n\nExpected: %#v\n\nGot: %#v", existingManagedFields, newManagedFields)
|
||||
}
|
||||
|
||||
// However, it is possible to modify managed fields using the main resource
|
||||
|
@ -124,7 +124,7 @@ func TestCoreResourceEnqueue(t *testing.T) {
|
||||
t.Fatalf("Expected the Pod to be attempted 2 times, but got %v", podInfo.Attempts)
|
||||
}
|
||||
if got := podInfo.Pod.Name; got != "pod1" {
|
||||
t.Fatalf("Exepcted pod1 to be popped, but got %v", got)
|
||||
t.Fatalf("Expected pod1 to be popped, but got %v", got)
|
||||
}
|
||||
|
||||
// Pod2 and Pod3 are not expected to be popped out.
|
||||
|
Loading…
Reference in New Issue
Block a user