Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 8a78015

Browse files
author
Hunter Hatchette
committed
flake8 indentation
1 parent 1416366 commit 8a78015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_opportunity_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_receive_notifications(session_post):
105105
@patch.object(dynata_rex.OpportunityRegistry, "ack_notification")
106106
@patch.object(requests.Session, "post")
107107
def test_receive_notifications_assert_ack_for_invalid_opportunity(session_post,
108-
ack_method):
108+
ack_method):
109109
"""receive notifications should 'ack' a notification returned
110110
that it cannot convert into an Opportunity object"""
111111
data = TEST_DATA['test_receive_notifications']

0 commit comments

Comments
 (0)