Commit 65df922
authored
fix(payments): use RUNTIME_ROLE_ARN for CP integ tests (#461)
* fix(payments): use RUNTIME_ROLE_ARN with pytest.skip for CP integ tests
Replace hardcoded dummy role ARN with env var lookup matching the
pattern used by other integ test groups (runtime, gateway, etc.).
Tests skip gracefully when RUNTIME_ROLE_ARN is not set.
* ci: retrigger CI after IAM policy updates1 parent 2be8a6a commit 65df922
2 files changed
Lines changed: 6 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
72 | | - | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 74 | | |
81 | | - | |
82 | 75 | | |
83 | 76 | | |
84 | 77 | | |
| |||
285 | 278 | | |
286 | 279 | | |
287 | 280 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 281 | + | |
| 282 | + | |
292 | 283 | | |
293 | 284 | | |
294 | 285 | | |
| |||
0 commit comments