Skip to content

Commit 9e560f7

Browse files
committed
fix: neg-latency quotes typo on waitAfterDelete
fixes: #2981
1 parent 6b7d01a commit 9e560f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusterloader2/testing/neg/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{$smallBackendLbServiceCount := DefaultParam .CL2_SMALL_BACKEND_LB_SERVICE_COUNT 5}}
33
{{$mediumBackendLbServiceCount := DefaultParam .CL2_MEDIUM_BACKEND_LB_SERVICE_COUNT 3}}
44
{{$largeBackendLbServiceCount := DefaultParam .CL2_LARGE_BACKEND_LB_SERVICE_COUNT 1}}
5-
{{$waitAfterDeletion := DefaultParam .CL2_WAIT_AFTER_DELETION 15m}}
5+
{{$waitAfterDeletion := DefaultParam .CL2_WAIT_AFTER_DELETION "15m"}}
66

77
# Test
88
name: neg-latency

0 commit comments

Comments
 (0)