Commit 0ae473e
Super User
Fix select filter syntax in test_filter_processor-25628
Changed line 55: select('search', 'Proc') to selectattr('name', 'search', 'Proc')
selectattr is the correct filter for searching within attribute values.1 parent ede8c40 commit 0ae473e
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments