diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-08-24 20:52:51 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-08-25 19:42:06 +0200 |
commit | b1f174dba99335e2a54bdc987f239ca4a21b8395 (patch) | |
tree | fe3293c7e095ae991ab78b1ce8d9e74b8ee75097 /_pytest/data | |
parent | 0b8af6b20b55e54c309a1f1dd86016a88ee3eb26 (diff) | |
download | wee-slack-b1f174dba99335e2a54bdc987f239ca4a21b8395.tar.gz |
Remove url from rtm start test data
So it doesn't try to connect to the websocket when running the tests.
Diffstat (limited to '_pytest/data')
-rw-r--r-- | _pytest/data/http/rtm.start.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": "" } |