Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastreml committed Feb 22, 2024
1 parent f799b42 commit b8cca2b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions fn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,29 +86,6 @@ func TestRunFunction(t *testing.T) {
},
"enableRecreateWorkloadOnImmutableFieldChange": false,
"flowConfigCheckDisabled": false,
"fluentd": {
"compressConfigFile": false,
"disablePvc": false,
"enableMsgpackTimeSupport": false,
"livenessDefaultCheck": false,
"port": 0,
"readinessDefaultCheck": {
"bufferFileNumber": false,
"bufferFileNumberMax": 0,
"bufferFreeSpace": false,
"bufferFreeSpaceThreshold": 0,
"failureThreshold": 0,
"initialDelaySeconds": 0,
"periodSeconds": 0,
"successThreshold": 0,
"timeoutSeconds": 0
},
"tls": {
"enabled": false
},
"volumeMountChmod": false,
"workers": 0
},
"skipInvalidResources": false
},
"status": {
Expand Down

0 comments on commit b8cca2b

Please sign in to comment.