Commit de939a8
authored
[Internal] Fix test_iam::test_scim_error_unmarshall integration test (#743)
## Changes
The error message returned by the SCIM API when using an invalid filter
changed, breaking our integration test. This PR updates the test to
check for the type of error returned, which should be robust to error
message changes. The new error message, `InvalidFilter request failed`,
is worse in my opinion, so I will raise this with the identity team.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [ ] `make test` run locally
- [ ] `make fmt` applied
- [ ] relevant integration tests applied1 parent 3dab457 commit de939a8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments