Skip to content

Commit d7a5c80

Browse files
committed
Update golden output
1 parent bdf887c commit d7a5c80

File tree

13 files changed

+88804
-732
lines changed

13 files changed

+88804
-732
lines changed

ktest/httprecorder/kube_normalize.go

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func NormalizeKubeRequestLog(t *testing.T, requestLog *RequestLog, restConfig *r
6363
})
6464

6565
// Rewrite the resource version to a predictable value
66+
// We don't want to use a fixed value, because we want to verify our behaviour here.
6667
{
6768
resourceVersions := sets.New[int]()
6869
requestLog.RewriteBodies(t, func(body map[string]any) {

0 commit comments

Comments
 (0)