- Co-Authored-By
- Christopher David <chris@openagents.com>
Grant operator access safely under concurrent tests
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
test/support/conn_case.ex
Diff
1 file changed, +17 -4
test/support/conn_case.ex modified +17 -4
@@ -150,19 +150,32 @@ defmodule OpenAgentsWeb.ConnCase do
| 150 | 150 |
|
| 151 | 151 |
|
| 152 | 152 |
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 153 | 158 |
|
| 154 |
|
|
| 155 |
|
|
| 159 |
|
|
| 156 | 160 |
|
| 157 | 161 |
|
| 158 |
|
|
| 162 |
|
|
| 159 | 163 |
|
| 160 | 164 |
|
| 161 | 165 |
|
| 162 | 166 |
|
| 163 | 167 |
|
| 164 | 168 |
|
| 165 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 166 | 179 |
|
| 167 | 180 |
|
| 168 | 181 |
|