Skip to content

Commit

Permalink
Update expected content from new speasy cache server
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <[email protected]>
  • Loading branch information
jeandet committed Jan 19, 2024
1 parent 4dddf78 commit 4b960f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_file_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def tearDown(self):
def test_simple_remote_txt_file(self):
f = any_loc_open("http://sciqlop.lpp.polytechnique.fr/cache/", mode='r')
self.assertIsNotNone(f)
self.assertIn('<title>SPEASY proxy</title>', f.read())
self.assertIn('<title>Speasy Cache Server</title>', f.read())

def test_cached_remote_txt_file(self):
drop_item("https://hephaistos.lpp.polytechnique.fr/data/jeandet/Vbias.html")
Expand Down

0 comments on commit 4b960f1

Please sign in to comment.