File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ def setup_class(cls):
2323 config_file = None ))
2424
2525 def test_replay (self ):
26- resp = self .testapp .get ('/live/mp_/http ://example. com/' )
26+ resp = self .testapp .get ('/live/mp_/https ://example- com.webrecorder.net /' )
2727 resp .charset = 'utf-8'
2828
2929 assert '"http://localhost:80/live/mp_/https://www.iana.org/domains/example"' in resp .text
3030
31- assert '"http ://example. com/"'
31+ assert '"https ://example- com.webrecorder.net /"' in resp . text
3232
3333 def test_top_frame (self ):
34- resp = self .testapp .get ('/live/http ://example. com/' )
34+ resp = self .testapp .get ('/live/https ://example- com.webrecorder.net /' )
3535 resp .charset = 'utf-8'
3636
37- assert '"http ://example. com/"' in resp .text
37+ assert '"https ://example- com.webrecorder.net /"' in resp .text
3838
3939 #def test_cookie_track_1(self):
4040 # resp = self.testapp.get('/live/mp_/https://twitter.com/')
Original file line number Diff line number Diff line change 1- __version__ = '2.9.1 '
1+ __version__ = '2.10.0b0 '
22
33if __name__ == '__main__' :
44 print (__version__ )
You can’t perform that action at this time.
0 commit comments