We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c2fab commit 3059635Copy full SHA for 3059635
1 file changed
tests/unit/test_client.py
@@ -36,9 +36,7 @@ def test_create_single(self):
36
37
# Verify
38
# Ensure _entity_set_from_schema_name was called and its result ("accounts") was passed to _create
39
- self.client._odata._create.assert_called_once_with(
40
- "accounts", "account", {"name": "Contoso Ltd"}
41
- )
+ self.client._odata._create.assert_called_once_with("accounts", "account", {"name": "Contoso Ltd"})
42
43
def test_create_multiple(self):
44
"""Test create method with multiple records."""
0 commit comments