File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ defmodule Realtime.Integration.RtChannelTest do
766766 refute_receive % Message { event: "phx_leave" , topic: ^ topic } , 16000
767767 end )
768768
769- assert log =~ " UnableToHandlePresence"
769+ assert log =~ ~r / external_id= #{ tenant . external_id } .* UnableToHandlePresence/
770770 end
771771
772772 @ tag policies: [ ]
@@ -791,7 +791,7 @@ defmodule Realtime.Integration.RtChannelTest do
791791 refute_receive % Message { event: "phx_leave" , topic: ^ topic }
792792 end )
793793
794- refute log =~ " UnableToHandlePresence"
794+ refute log =~ ~r / external_id= #{ tenant . external_id } .* UnableToHandlePresence/
795795 end
796796
797797 @ tag policies: [ :authenticated_read_broadcast_and_presence , :authenticated_write_broadcast_and_presence ]
You can’t perform that action at this time.
0 commit comments