discourse-assign/spec/requests
Alan Guo Xiang Tan 7867cc4b03
DEV: Fix incorrect fabrication leading to index violation errors (#488)
This was causing the tests to be flaky with the following errors on CI:

```
PG::UniqueViolation: ERROR:  duplicate key value violates unique constraint "index_assignments_on_target_id_and_target_type"
       DETAIL:  Key (target_id, target_type)=(39, Topic) already exists.
```
2023-07-06 07:30:41 +08:00
..
assign_controller_spec.rb DEV: Fix incorrect fabrication leading to index violation errors (#488) 2023-07-06 07:30:41 +08:00
list_controller_spec.rb FIX: Also evaluate list controller extensions (#455) 2023-03-23 21:35:12 +08:00
search_controller_spec.rb FIX: n+1 in search result (#438) 2023-02-01 16:28:21 +11:00