From 51b5bff6e1b2f239932b9452d608bfee28c20ac1 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 28 Apr 2018 16:18:29 +0300 Subject: Better tests --- gsxws/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsxws/products.py') diff --git a/gsxws/products.py b/gsxws/products.py index a656f98..10ecc80 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -188,7 +188,7 @@ class Product(object): """ Returns True if FMiP status is active, False otherwise """ - return 'Find My iPhone is active' in self.fmip_status + return 'find my iphone is active' in self.fmip_status.lower() def is_unlocked(self, ad=None): """ -- cgit v1.2.3