Skip to content

Commit a1eb56f

Browse files
committed
Same
1 parent 2e849b6 commit a1eb56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdin_api/api_resources/bundles/tests/test_bundles_resources.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_export_bundle(self, m_request, base_absolut_url):
186186
resource = self.get_resource(base_absolut_url)
187187
assert resource.export_bundle(projectId=1, bundleId=1) == "response"
188188
m_request.assert_called_once_with(
189-
method="post", path={resource.get_bundles_exports_path(projectId=1, bundleId=1)}
189+
method="post", path=resource.get_bundles_exports_path(projectId=1, bundleId=1)
190190
)
191191

192192
@mock.patch("crowdin_api.requester.APIRequester.request")

0 commit comments

Comments
 (0)