Add issue to TODO

This commit is contained in:
Jennifer Buckley 2019-08-27 15:00:15 -07:00 committed by GitHub
parent 2e669a7f22
commit f99252f2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ func TestNoOpUpdateSameResourceVersion(t *testing.T) {
} }
// Need to update once for some reason // 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") b, err := json.MarshalIndent(o, "\t", "\t")
if err != nil { if err != nil {
t.Fatalf("Failed to marshal created object: %v", err) t.Fatalf("Failed to marshal created object: %v", err)