Skip to content

Commit b14026d

Browse files
committed
Fix test URL to one that still exists for open APIs.
1 parent 1df4e1e commit b14026d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/atom_tests/mock_http_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def testRecordResponse(self):
5252
# Requery for the now canned data.
5353
self.client.real_client = None
5454
canned_response = self.client.request('GET',
55-
'http://www.google.com/base/feeds/snippets?max-results=1')
55+
'https://www.blogger.com/feeds/7986894085536788407/posts/default?max-results=1')
5656

5757
# The canned response should be the stored response.
5858
canned_response_body = canned_response.read()

0 commit comments

Comments
 (0)