summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-08 20:01:48 -0500
committerAlex Gleason <alex@alexgleason.me>2020-10-08 20:07:03 -0500
commit9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8 (patch)
tree09c9f91c703d50752d10289611bec838772eaf3a /test/integration
parent3f9263fb16ad519d2dd45106549a8ba42b68fc1f (diff)
downloadpleroma-9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8.tar.gz
pleroma-9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8.zip
Remote Timeline: add Streaming support
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/mastodon_websocket_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/mastodon_websocket_test.exs b/test/integration/mastodon_websocket_test.exs
index 0f2e6cc2b..bb8e795b7 100644
--- a/test/integration/mastodon_websocket_test.exs
+++ b/test/integration/mastodon_websocket_test.exs
@@ -49,6 +49,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
test "allows public streams without authentication" do
assert {:ok, _} = start_socket("?stream=public")
assert {:ok, _} = start_socket("?stream=public:local")
+ assert {:ok, _} = start_socket("?stream=public:remote&instance=lain.com")
assert {:ok, _} = start_socket("?stream=hashtag&tag=lain")
end