Improved test.
This commit is contained in:
parent
7ab7b3aa26
commit
6b7d4cee65
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@ Report::Profile.create_if_not_exists(
|
|||
created_by_id: 1,
|
||||
)
|
||||
|
||||
chat = Chat.create(
|
||||
chat = Chat.create_if_not_exists(
|
||||
name: 'default',
|
||||
max_queue: 5,
|
||||
note: '',
|
||||
|
|
Loading…
Reference in a new issue