Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.4.1 (generated)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
algolia-bot and renovate[bot] committed Dec 29, 2024
1 parent adfad9b commit d4f6164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions tests/output/ruby/test/e2e/insights_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_push_events1
index: "products",
user_token: "user-123456",
authenticated_user_token: "user-123456",
timestamp: 1734825600000,
timestamp: 1735344000000,
object_ids: ["9780545139700", "9780439784542"],
query_id: "43b15df305339e827f0ac0bdc5ebcaa7"
),
Expand All @@ -37,7 +37,7 @@ def test_push_events1
index: "products",
user_token: "user-123456",
authenticated_user_token: "user-123456",
timestamp: 1734825600000,
timestamp: 1735344000000,
object_ids: ["9780545139700", "9780439784542"]
)
]
Expand All @@ -54,7 +54,7 @@ def test_push_events1
index: "products",
user_token: "user-123456",
authenticated_user_token: "user-123456",
timestamp: 1734825600000,
timestamp: 1735344000000,
object_ids: ["9780545139700", "9780439784542"],
query_id: "43b15df305339e827f0ac0bdc5ebcaa7"
),
Expand All @@ -64,7 +64,7 @@ def test_push_events1
index: "products",
user_token: "user-123456",
authenticated_user_token: "user-123456",
timestamp: 1734825600000,
timestamp: 1735344000000,
object_ids: ["9780545139700", "9780439784542"]
)
]
Expand Down
6 changes: 3 additions & 3 deletions tests/output/ruby/test/requests/insights_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_push_events1
index: "products",
user_token: "user-123456",
authenticated_user_token: "user-123456",
timestamp: 1734825600000,
timestamp: 1735344000000,
object_ids: ["9780545139700", "9780439784542"],
query_id: "43b15df305339e827f0ac0bdc5ebcaa7"
),
Expand All @@ -347,7 +347,7 @@ def test_push_events1
index: "products",
user_token: "user-123456",
authenticated_user_token: "user-123456",
timestamp: 1734825600000,
timestamp: 1735344000000,
object_ids: ["9780545139700", "9780439784542"]
)
]
Expand All @@ -360,7 +360,7 @@ def test_push_events1
assert(({}.to_a - req.headers.to_a).empty?, req.headers.to_s)
assert_equal(
JSON.parse(
"{\"events\":[{\"eventType\":\"conversion\",\"eventName\":\"Product Purchased\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1734825600000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"],\"queryID\":\"43b15df305339e827f0ac0bdc5ebcaa7\"},{\"eventType\":\"view\",\"eventName\":\"Product Detail Page Viewed\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1734825600000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"]}]}"
"{\"events\":[{\"eventType\":\"conversion\",\"eventName\":\"Product Purchased\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1735344000000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"],\"queryID\":\"43b15df305339e827f0ac0bdc5ebcaa7\"},{\"eventType\":\"view\",\"eventName\":\"Product Detail Page Viewed\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1735344000000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"]}]}"
),
JSON.parse(req.body)
)
Expand Down

0 comments on commit d4f6164

Please sign in to comment.