* quick attempt to fix most chat test issue
This commit is contained in:
parent
2041b8b660
commit
490172d3ad
|
|
@ -234,7 +234,7 @@ def create_session(options={})
|
|||
musician_access = options[:musician_access].nil? ? true : options[:musician_access]
|
||||
approval_required = options[:approval_required].nil? ? true : options[:approval_required]
|
||||
fan_access = options[:fan_access].nil? ? true : options[:fan_access]
|
||||
fan_chat = options[:fan_chat].nil? ? true : options[:fan_chat]
|
||||
fan_chat = options[:fan_chat].nil? ? false : options[:fan_chat]
|
||||
|
||||
# create session in one client
|
||||
in_client(creator) do
|
||||
|
|
|
|||
Loading…
Reference in New Issue