Skip to content

Commit

Permalink
Don't use ids
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Mar 4, 2024
1 parent 464d4a0 commit 6695c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-outpack-http-client.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ test_that("can send authentication request", {

auth <- list(
url = "https://example.com/login",
data = list(token = ids::random_id()))
data = list(token = "98e02a382db6a3a18e9d2e02c698478b"))
mock_post <- mockery::mock(
mock_response(
to_json(list(token = jsonlite::unbox("mytoken"))),
Expand Down

0 comments on commit 6695c31

Please sign in to comment.