Skip to content

Commit d7c5c82

Browse files
authored
Merge pull request #3137 from dlapcevic/neg-test-fix
fix: neg-latency quotes typo on waitAfterDelete
2 parents 966392c + 9e560f7 commit d7c5c82

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)