Skip to content

Commit 1bdea89

Browse files
committed
Fix typo
1 parent aab408d commit 1bdea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLTest/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def getKwargs(self):
151151
class Env:
152152
RTestInstance = None
153153
EnvCompareParams = ['module', 'moduleArgs', 'env', 'useSlaves', 'shardsCount', 'useAof',
154-
'udsRdbPreamble', 'forceTcp']
154+
'useRdbPreamble', 'forceTcp']
155155

156156
def compareEnvs(self, env):
157157
if env is None:

0 commit comments

Comments
 (0)