Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jan 20, 2025
1 parent ed1188b commit be94fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/serving/v1/revision_defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ func TestRevisionDefaulting(t *testing.T) {
"revision-cpu-limit": "400M",
"revision-memory-limit": "500m",
"revision-ephemeral-storage-limit": "600M",
}}),
},
}),
want: &Revision{
Spec: RevisionSpec{
TimeoutSeconds: ptr.Int64(config.DefaultRevisionTimeoutSeconds),
Expand Down

0 comments on commit be94fa3

Please sign in to comment.