Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 7760011

Browse files
author
Peter Olamit
committed
fix format
1 parent 1fb46bd commit 7760011

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hyperwallet/tests/test_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ def test_receive_valid_json_error_response(self, session_mock):
6666
"errors": [{
6767
"message": "Houston, we have a problem",
6868
"code": "FORBIDDEN",
69-
"relatedResources": ["trm-f3d38df1-adb7-4127-9858-e72ebe682a79",
70-
"trm-601b1401-4464-4f3f-97b3-09079ee7723b"]
69+
"relatedResources": ["trm-f3d38df1-adb7-4127-9858-e72ebe682a79", "trm-601b1401-4464-4f3f-97b3-09079ee7723b"]
7170
}]
7271
}
7372

0 commit comments

Comments
 (0)