Skip to content

Commit

Permalink
manually fix file black trips on
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Dec 23, 2020
1 parent d9b86ef commit 93c6b8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/sentry/integrations/jira/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,11 @@ def test_create_issue(self):
"issuetype": "1",
"project": "10000",
}
) == {"title": "example summary", "description": "example bug report", "key": "APP-123"}
) == {
"title": "example summary",
"description": "example bug report",
"key": "APP-123",
}

@responses.activate
def test_create_issue_labels_and_option(self):
Expand Down

0 comments on commit 93c6b8c

Please sign in to comment.