diff --git a/test/integration/apiserver/apply/apply_test.go b/test/integration/apiserver/apply/apply_test.go index 4df47e5f2f2..04451ca2129 100644 --- a/test/integration/apiserver/apply/apply_test.go +++ b/test/integration/apiserver/apply/apply_test.go @@ -193,7 +193,7 @@ func TestNoOpUpdateSameResourceVersion(t *testing.T) { } // Need to update once for some reason - // TODO: Remove this once possible + // TODO (#82042): Remove this update once possible b, err := json.MarshalIndent(o, "\t", "\t") if err != nil { t.Fatalf("Failed to marshal created object: %v", err)