@@ -126,15 +126,15 @@ def test_get_reactions(self, channel, random_user):
126126 assert response ["reactions" ][0 ]["count" ] == 42
127127
128128 def test_send_and_delete_file (self , channel , random_user ):
129- url = "https://getstream.io/blog/wp-content/themes/stream-theme-wordpress_2018-05-24_10-41/assets/ images/stream_logo .png" ;
130- resp = channel .send_file (url , "logo .png" , random_user )
131- assert "logo .png" in resp ['file' ]
129+ url = " https://homepages.cae.wisc.edu/~ece533/ images/lena .png"
130+ resp = channel .send_file (url , "lena .png" , random_user )
131+ assert "lena .png" in resp ['file' ]
132132 resp = channel .delete_file (resp ['file' ])
133133
134134 def test_send_and_delete_image (self , channel , random_user ):
135- url = "https://getstream.io/blog/wp-content/themes/stream-theme-wordpress_2018-05-24_10-41/assets/ images/stream_logo .png" ;
136- resp = channel .send_image (url , "logo .png" , random_user , content_type = "image/png" )
137- assert "logo .png" in resp ['file' ]
135+ url = " https://homepages.cae.wisc.edu/~ece533/ images/lena .png"
136+ resp = channel .send_image (url , "lena .png" , random_user , content_type = "image/png" )
137+ assert "lena .png" in resp ['file' ]
138138 # resp = channel.delete_image(resp['file'])
139139
140140 def test_channel_hide_show (self , client , channel , random_users ):
0 commit comments