From b1f174dba99335e2a54bdc987f239ca4a21b8395 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sat, 24 Aug 2019 20:52:51 +0200 Subject: Remove url from rtm start test data So it doesn't try to connect to the websocket when running the tests. --- _pytest/data/http/rtm.start.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/data/http/rtm.start.json b/_pytest/data/http/rtm.start.json index 03aeaf3..1d395b4 100644 --- a/_pytest/data/http/rtm.start.json +++ b/_pytest/data/http/rtm.start.json @@ -899,5 +899,5 @@ } } ], - "url": "wss:\/\/mpmulti-9ry9.slack-msgs.com\/websocket\/U4n-6Yw8mpc9C64E74gYXGbojir25QCCcLJ9eK57KDURr0o5so6x4qZU-pKn-LX0bYt-ZmIaFcN4TxoKPry1eRtOwiCNSyGyIGxnYrUtrsvMvkFr5C2-osZVL85WqzIWRoE00sBma3U8BkKfi8oUmMoYGKFFVeJ2WPI_ygHRPOo=" + "url": "" } -- cgit