From 4a4aa6ec277679a7d5a585fa0ec0c91ef4dc9128 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 31 Jan 2004 22:04:40 +0000 Subject: [PATCH] Hopefully this Amazon.books test will be more stable than the last one. --- test/test_Amazon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_Amazon.py b/test/test_Amazon.py index 85bb291fa..ab76f5ee0 100644 --- a/test/test_Amazon.py +++ b/test/test_Amazon.py @@ -101,7 +101,8 @@ if LICENSE_KEY != 'INITIAL_NON_LICENSE_KEY' and network: def testBooks(self): self.assertHelp('books') - self.assertRegexp('books linux', r'Linux Kernel Development') + self.assertRegexp('books knowledge of the holy', + r'Knowledge of the Holy - Reissue') def testVideos(self): self.assertHelp('videos')