Commit e7f017e
committed
admin: drop unreachable tables map from delete-gate test (Claude review)
One nit follow-up from Claude review #5 on f901d70:
The delete-path cases in TestDynamoHandler_ForwarderNotInvokedForNonNotLeaderError
constructed stubTablesSource with both a tables map and deleteErr.
stubTablesSource.AdminDeleteTable returns early on deleteErr != nil
before consulting the map, so the map was unreachable in all three
delete cases. Now matches the create-path style (deleteErr only),
removing a mild "the map matters" misread.1 parent f901d70 commit e7f017e
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
0 commit comments