Skip to content

Commit 749df07

Browse files
committed
flake8
1 parent 9e043ea commit 749df07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

qiita_pet/handlers/api_proxy/tests/test_artifact.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ def test_artifact_status_put_req_private(self):
313313
'message': 'Artifact visibility changed to private'}
314314
self.assertEqual(obs, exp)
315315
# testing that the log message is generated
316-
self.assertEqual(LogEntry.newest_records(1)[0].msg,
317-
'admin@foo.bar changed artifact 1 (study 1) to private')
316+
self.assertEqual(
317+
LogEntry.newest_records(1)[0].msg,
318+
'admin@foo.bar changed artifact 1 (study 1) to private')
318319

319320
def test_artifact_status_put_req_private_bad_permissions(self):
320321
obs = artifact_status_put_req(1, 'test@foo.bar', 'private')

0 commit comments

Comments
 (0)