Skip to content

Commit

Permalink
fix(test): remove incorrect decorator from credential_deployment_part_1
Browse files Browse the repository at this point in the history
- Remove @contextmanager decorator from credential_deployment_part_1 method
- Fix test flow for credential deployment process

Removes incorrectly added context manager decorator that was not needed for
this specific credential deployment method.
  • Loading branch information
keiff3r committed Dec 10, 2024
1 parent 2f5611f commit 4ee2f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/application_client/boilerplate_command_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ def export_private_key(
) as response:
yield response

@contextmanager
def credential_deployment_part_1(
self,
path: str,
Expand Down

0 comments on commit 4ee2f7a

Please sign in to comment.