Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Feb 28, 2025
1 parent 087d655 commit e561d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
)
}

# Multisig Txs operations
# Multisig Txs creation
# ------------------------------------------------------------------------------
DISABLE_CREATION_MULTISIG_TRANSACTIONS_WITH_DELEGATE_CALL_OPERATION = env.bool(
"DISABLE_CREATION_MULTISIG_TRANSACTIONS_WITH_DELEGATE_CALL_OPERATION", default=True
Expand Down
2 changes: 1 addition & 1 deletion safe_transaction_service/history/tests/test_views_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ def test_post_multisig_transaction_with_delegate_call(self):
safe_address = safe.address

response = self.client.get(
reverse("v1:history:multisig-transactions", args=(safe_address,)),
reverse("v2:history:multisig-transactions", args=(safe_address,)),
format="json",
)
self.assertEqual(response.status_code, status.HTTP_200_OK)
Expand Down

0 comments on commit e561d4d

Please # to comment.