Skip to content

Commit 0e6b608

Browse files
committed
replaced decorator lost in merge
1 parent 0706949 commit 0e6b608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_projects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def test_get_project_detailed_report(self):
3838
self.assertEqual(len(responses.calls), 1)
3939
self.assertEqual(responses.calls[0].response.json(), project_detailed_report_json)
4040

41+
@responses.activate
4142
def test_create_project(self):
4243
# Tests creating a project. This also tests validating the project data as part of `api.create_project`.
4344
with open('./tests/test_files/examples/project_new.json', 'r') as new_project_file:

0 commit comments

Comments
 (0)