From 4ee2f7a3950999c92228abf2f520a29366b02a80 Mon Sep 17 00:00:00 2001 From: keiff3r Date: Tue, 10 Dec 2024 22:30:01 +0100 Subject: [PATCH] fix(test): remove incorrect decorator from credential_deployment_part_1 - 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. --- tests/application_client/boilerplate_command_sender.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/application_client/boilerplate_command_sender.py b/tests/application_client/boilerplate_command_sender.py index b14625f9..2808911c 100644 --- a/tests/application_client/boilerplate_command_sender.py +++ b/tests/application_client/boilerplate_command_sender.py @@ -436,7 +436,6 @@ def export_private_key( ) as response: yield response - @contextmanager def credential_deployment_part_1( self, path: str,