Skip to content

Commit

Permalink
Fix the error
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Sep 10, 2024
1 parent c4d9891 commit b45560d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/cloud_regress/test_cloud_regress.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def setup(remote_pg: RemotePostgres):
log.info("Role found: %s", role[0])
roles.append(role[0])
for role in roles:
cur.execute(f"DROP ROLE {role[0]}")
cur.execute(f"DROP ROLE {role}")
conn.commit()


Expand Down

0 comments on commit b45560d

Please sign in to comment.