From 56be452b6d8485e598ce9f5a532f5adb548f5c2c Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 8 Sep 2013 21:29:09 +0300 Subject: Decoupling Product from GsxObject --- tests/test_gsxws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_gsxws.py') 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)) -- cgit v1.2.3