-
**Describe the bug:**
Observed the following SIEM warning when login as a user with custom roles (Refer to video link below)
It seems like the warning is shown because the role's index pattern is una…
-
### Description
Some settings should be admin/user facing on Argos. Provide a HTTP post endpoint for each of them with param.
### Acceptance Criteria
- Can toggle SCYLLA_DATA_UPLOAD_DISABLE
- Can…
-
If there are two tests and tests are calling same mock, second test mock data come with first test data.
I show example like this.
```go
func TestMethodA (*testing.T) {
//Given
var d…
-
I have a problem with mock requests of the same type. Namely, the data is mocked only for the last request from the mockData array.
![image](https://github.com/linearlabs-workspace/storybook-addon-…
-
# mock 데이터 손쉽게 구현하기 | 기억보다 기록을
mock 데이터 손쉽게 구현하기, front-end, api, mock data
[https://kyounghwan01.github.io/blog/React/mock/](https://kyounghwan01.github.io/blog/React/mock/)
-
## Description:
Develop a comprehensive set of unit tests to verify the correct construction and destruction of the DenseMatrix class. These tests will ensure that the DenseMatrix objects are prope…
-
Sometimes when mocking a class you might be in a situation where you want to save the arguments passed into the mocked function so you can use them late.
But it seems like arguments that gets pass…
-
### Description
We have a few PHP tests that do very similar things and I believe they can all be combined in one test suite, since they all build a block (in PHP parlance) and verify the JSON schema…
-
## The devDependency [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) was updated from `2.1.0` to `2.1.1`.
🚨 [View failing branch](https://github.com/nielse63/312-Development/compare/m…
-
I use Enzyme version 3.8.0.
```
// functional component
const UsersList = ({ onItemSelected, }) => {
// async service fetch hooks
const url = 'service-url';
const { error, loading, data,…