Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jul 31, 2024
1 parent 8a8fceb commit 6ad4631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/worker/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ test.serial('override the worker payload through run options', (t) => {
},
],
options: {
payload_memory_limit_mb: 100,
payload_limit_mb: 100,
},
};

Expand Down Expand Up @@ -891,7 +891,7 @@ test.serial('Redact logs which exceed the payload limit', (t) => {
},
],
options: {
payload_memory_limit_mb: 0,
payload_limit_mb: 0,
},
};

Expand Down

0 comments on commit 6ad4631

Please sign in to comment.