We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f471ac6 commit 1bfd912Copy full SHA for 1bfd912
1 file changed
c2corg_api/tests/models/test_association.py
@@ -220,7 +220,8 @@ def test_synchronize_associations(self):
220
self._get_association(self.waypoint1, self.route1))
221
222
def _get_association(self, main_doc, child_doc):
223
- return self.session.get(Association,
+ return self.session.get(
224
+ Association,
225
(main_doc.document_id, child_doc.document_id))
226
227
0 commit comments