Fix configuration section of ConfigureTestRestart-2.toml test file

This commit is contained in:
sfc-gh-tclinkenbeard 2022-09-11 00:17:54 -07:00
parent bc47f90aff
commit 8d988bb1fb
2 changed files with 1 additions and 2 deletions

View File

@ -414,7 +414,6 @@ public:
.add("allowDisablingTenants", &allowDisablingTenants)
.add("allowCreatingTenants", &allowCreatingTenants)
.add("randomlyRenameZoneId", &randomlyRenameZoneId)
.add("randomlyRenameZoneId", &randomlyRenameZoneId)
.add("injectTargetedSSRestart", &injectTargetedSSRestart)
.add("injectSSDelay", &injectSSDelay);
try {

View File

@ -1,4 +1,4 @@
[[configuration]]
[configuration]
randomlyRenameZoneId=true
[[test]]