1 parent 1df4e1e commit b14026dCopy full SHA for b14026d
1 file changed
tests/atom_tests/mock_http_test.py
@@ -52,7 +52,7 @@ def testRecordResponse(self):
52
# Requery for the now canned data.
53
self.client.real_client = None
54
canned_response = self.client.request('GET',
55
- 'http://www.google.com/base/feeds/snippets?max-results=1')
+ 'https://www.blogger.com/feeds/7986894085536788407/posts/default?max-results=1')
56
57
# The canned response should be the stored response.
58
canned_response_body = canned_response.read()
0 commit comments