Skip to content

Commit 4a122e3

Browse files
changing to path variable
1 parent fb083e5 commit 4a122e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_downstream_issue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class MockIssue(object):
183183
"(resolution is null OR resolution = Duplicate)",
184184
)
185185

186-
@mock.patch("sync2jira.downstream_issue.execute_snowflake_query")
186+
@mock.patch(PATH + "execute_snowflake_query")
187187
@mock.patch("jira.client.JIRA")
188188
def test_get_existing_newstyle(self, client, mock_snowflake):
189189
config = self.mock_config

0 commit comments

Comments
 (0)