Commit 4b7b624
committed
[FIX] webservice: fix test failure with extended auth types
The test `test_oauth2_flow_compute_with_ui` iterates over all available `auth_type` values.
When a module extends `webservice` with an additional `auth_type` (e.g., `client_certificate`),
this test fails because it does not know how to populate the new required fields for that type.
This commit restricts the test loop to the authentication types defined in `webservice` module.1 parent 2afcbb3 commit 4b7b624
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments