Skip to content

Commit

Permalink
tests: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 21, 2023
1 parent aaf5b8f commit b7e7d51
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/testthat/_snaps/send_sparql.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,22 @@
The `user_agent` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `user_agent` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `max_tries` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `max_tries` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `max_seconds` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `max_seconds` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `timeout` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `timeout` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `request_type` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `request_type` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Code
req$method
Output
Expand Down

0 comments on commit b7e7d51

Please sign in to comment.