Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 75f5ccf

Browse files
committed
renaming
1 parent 25ddb73 commit 75f5ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/onefuzz/debug.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def task(
815815
)
816816

817817
def test_template(
818-
self, task_id: UUID_EXPANSION, template: models.NotificationConfig
818+
self, task_id: UUID_EXPANSION, notificationConfig: models.NotificationConfig
819819
) -> responses.NotificationTestResponse:
820820
"""Test a notification template"""
821821
endpoint = Endpoint(self.onefuzz)
@@ -839,7 +839,7 @@ def test_template(
839839
notification=models.Notification(
840840
container=Container("test-notification-reports"),
841841
notification_id=uuid.uuid4(),
842-
config=template.config,
842+
config=notificationConfig.config,
843843
),
844844
),
845845
alternate_endpoint="notifications/test",

0 commit comments

Comments
 (0)