Skip to content

Commit cac6823

Browse files
algolia-botmillotp
andcommitted
double equal (generated)
Co-authored-by: Pierre Millot <[email protected]>
1 parent cca55a8 commit cac6823

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

clients/algoliasearch-client-python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async-timeout = ">= 4.0.3"
2222
pydantic = ">= 2"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
ruff = "0.6.4"
25+
ruff = "== 0.6.4"
2626

2727
[tool.ruff]
2828
line-length = 88

snippets/python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/output/python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/output/python/tests/e2e/insights_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def test_push_events_1(self):
3535
"index": "products",
3636
"userToken": "user-123456",
3737
"authenticatedUserToken": "user-123456",
38-
"timestamp": 1725494400000,
38+
"timestamp": 1725753600000,
3939
"objectIDs": [
4040
"9780545139700",
4141
"9780439784542",
@@ -48,7 +48,7 @@ async def test_push_events_1(self):
4848
"index": "products",
4949
"userToken": "user-123456",
5050
"authenticatedUserToken": "user-123456",
51-
"timestamp": 1725494400000,
51+
"timestamp": 1725753600000,
5252
"objectIDs": [
5353
"9780545139700",
5454
"9780439784542",
@@ -70,7 +70,7 @@ async def test_push_events_1(self):
7070
"index": "products",
7171
"userToken": "user-123456",
7272
"authenticatedUserToken": "user-123456",
73-
"timestamp": 1725494400000,
73+
"timestamp": 1725753600000,
7474
"objectIDs": [
7575
"9780545139700",
7676
"9780439784542",
@@ -83,7 +83,7 @@ async def test_push_events_1(self):
8383
"index": "products",
8484
"userToken": "user-123456",
8585
"authenticatedUserToken": "user-123456",
86-
"timestamp": 1725494400000,
86+
"timestamp": 1725753600000,
8787
"objectIDs": [
8888
"9780545139700",
8989
"9780439784542",

tests/output/python/tests/requests/insights_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ async def test_push_events_1(self):
461461
"index": "products",
462462
"userToken": "user-123456",
463463
"authenticatedUserToken": "user-123456",
464-
"timestamp": 1725494400000,
464+
"timestamp": 1725753600000,
465465
"objectIDs": [
466466
"9780545139700",
467467
"9780439784542",
@@ -474,7 +474,7 @@ async def test_push_events_1(self):
474474
"index": "products",
475475
"userToken": "user-123456",
476476
"authenticatedUserToken": "user-123456",
477-
"timestamp": 1725494400000,
477+
"timestamp": 1725753600000,
478478
"objectIDs": [
479479
"9780545139700",
480480
"9780439784542",
@@ -489,7 +489,7 @@ async def test_push_events_1(self):
489489
assert _req.query_parameters.items() == {}.items()
490490
assert _req.headers.items() >= {}.items()
491491
assert loads(_req.data) == loads(
492-
"""{"events":[{"eventType":"conversion","eventName":"Product Purchased","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725494400000,"objectIDs":["9780545139700","9780439784542"],"queryID":"43b15df305339e827f0ac0bdc5ebcaa7"},{"eventType":"view","eventName":"Product Detail Page Viewed","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725494400000,"objectIDs":["9780545139700","9780439784542"]}]}"""
492+
"""{"events":[{"eventType":"conversion","eventName":"Product Purchased","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725753600000,"objectIDs":["9780545139700","9780439784542"],"queryID":"43b15df305339e827f0ac0bdc5ebcaa7"},{"eventType":"view","eventName":"Product Detail Page Viewed","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725753600000,"objectIDs":["9780545139700","9780439784542"]}]}"""
493493
)
494494

495495
async def test_push_events_2(self):

0 commit comments

Comments
 (0)