Skip to content

Commit ed429f7

Browse files
committed
More test url changes
1 parent 66ef2a8 commit ed429f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cached_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_get_with_cache_timeout(self):
6767
self.assertFalse(expired.from_cache)
6868

6969
def test_get_bypass_cache(self):
70-
url = "https://www.chatbotsforum.com"
70+
url = "https://hana.neonaibeta.com/docs"
7171
res = self.api.get_with_cache_timeout(url)
7272
self.assertFalse(res.from_cache)
7373
cached = self.api.get_with_cache_timeout(url)

0 commit comments

Comments
 (0)