Skip to content

Commit

Permalink
Update request fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Nov 28, 2023
1 parent 0b9e006 commit 643766c
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 73 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
{
request = {
method = "PUT";
url = "/effect/4.0.0.tar.gz";
url = "/effect/4.0.0.tar.gz?x-id=PutObject";
};
response = {
status = 200;
Expand All @@ -492,7 +492,7 @@
{
request = {
method = "PUT";
url = "/prelude/6.0.1.tar.gz";
url = "/prelude/6.0.1.tar.gz?x-id=PutObject";
};
response = {
status = 500;
Expand Down
156 changes: 85 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 643766c

Please sign in to comment.