Skip to content

Commit a03bdaa

Browse files
authored
Merge pull request #19175 from jmao-dd/jmao/fix-typo
tests: fix wrong number in comment.
2 parents efff689 + 5702d87 commit a03bdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/robustness/traffic/kubernetes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var Kubernetes Traffic = kubernetesTraffic{
3737
averageKeyCount: 10,
3838
resource: "pods",
3939
namespace: "default",
40-
// Please keep the sum of weights equal 1000.
40+
// Please keep the sum of weights equal 100.
4141
writeChoices: []random.ChoiceWeight[KubernetesRequestType]{
4242
{Choice: KubernetesUpdate, Weight: 90},
4343
{Choice: KubernetesDelete, Weight: 5},

0 commit comments

Comments
 (0)