aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_gsxws.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gsxws.py')
-rw-r--r--tests/test_gsxws.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gsxws.py b/tests/test_gsxws.py
index 19c8d86..1018440 100644
--- a/tests/test_gsxws.py
+++ b/tests/test_gsxws.py
@@ -128,7 +128,7 @@ class TestActivation(TestCase):
self.assertIs(type(self.data.unlocked), bool)
self.assertTrue(self.data.unlocked)
- p = Product()
+ p = Product('XXXXXXXXXXX')
self.assertTrue(p.is_unlocked(self.data))