Skip to content

Commit

Permalink
More missed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Jul 29, 2024
1 parent 0baa3ad commit bbaca34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/relations/pgbouncer_provider/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ async def run_sql_on_application_charm(
unit_name: str,
query: str,
dbname: str,
relation_id,
relation_name,
readonly: bool = False,
timeout=30,
Expand All @@ -116,7 +115,6 @@ async def run_sql_on_application_charm(
params = {
"dbname": dbname,
"query": query,
"relation-id": relation_id,
"relation-name": relation_name,
"readonly": readonly,
}
Expand Down

0 comments on commit bbaca34

Please sign in to comment.