Webui: Add credentials to stop and reset requests #4519
Annotations
3 errors
Run borales/actions-yarn@v5
The process '/usr/local/bin/yarn' failed with exit code 1
|
Run borales/actions-yarn@v5:
locust/webui/src/components/StateButtons/tests/StopButton.test.tsx#L28
AssertionError: expected "spy" to be called with arguments: [ 'stop' ]
Received:
1st spy call:
[
"stop",
+ undefined,
]
Number of calls: 1
β― src/components/StateButtons/tests/StopButton.test.tsx:28:24
|
Run borales/actions-yarn@v5:
locust/webui/src/components/StateButtons/tests/ResetButton.test.tsx#L26
AssertionError: expected "spy" to be called with arguments: [ 'stats/reset' ]
Received:
1st spy call:
[
"stats/reset",
+ undefined,
]
Number of calls: 1
β― src/components/StateButtons/tests/ResetButton.test.tsx:26:24
|
Loading