test/alternator: delete unnecessary "pass"
Fixing something that never bothered anyone but our automated "code quality" tool: there's an unnecessary call to "pass" in one of our tests. Just remove it. Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Closes scylladb/scylladb#27645
This commit is contained in:
committed by
Pavel Emelyanov
parent
f06db096bd
commit
84df5cfaf8
@@ -735,7 +735,6 @@ def compare_events(expected_events, output, mode, expected_region):
|
||||
assert not 'NewImage' in record
|
||||
if expected_old_image == None:
|
||||
assert not 'OldImage' in record
|
||||
pass
|
||||
else:
|
||||
old_image = {x:deserializer.deserialize(y) for (x,y) in record['OldImage'].items()}
|
||||
assert expected_old_image == old_image
|
||||
|
||||
Reference in New Issue
Block a user