Commit c096562
committed
Fix RecordNotFound message format assertion for Rails 7.2
Rails 7.2 quotes String id values in ActiveRecord::RecordNotFound's message
(e.g. 'id'="60" instead of 'id'=60). Update the expected flash message
accordingly in test_should_delete_allowed_user.1 parent dfaa60a commit c096562
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- test/functional/kaui
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments