Skip to content

Commit c4ee825

Browse files
committed
Update golden output
1 parent 8dc556d commit c4ee825

File tree

13 files changed

+5880
-891
lines changed

13 files changed

+5880
-891
lines changed

ktest/httprecorder/kube_normalize.go

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

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

0 commit comments

Comments
 (0)