Skip to content

Commit 1b83f29

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7bc6511 commit 1b83f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/data/test_odata_internal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2940,7 +2940,7 @@ def test_returns_post_request(self):
29402940
req = self.od._build_create_entity("new_TestTable", {})
29412941
self.assertEqual(req.method, "POST")
29422942

2943-
def test_url_targets_entity_definitions(self):
2943+
def test_url_targets_create_entities(self):
29442944
"""_build_create_entity URL ends with /CreateEntities."""
29452945
req = self.od._build_create_entity("new_TestTable", {})
29462946
self.assertTrue(req.url.endswith("/CreateEntities"))

0 commit comments

Comments
 (0)