diff --git a/src/tests/test_client.py b/src/tests/test_client.py index 19076b6..403dfbd 100755 --- a/src/tests/test_client.py +++ b/src/tests/test_client.py @@ -10,7 +10,7 @@ from bitwardentools import crypto as bwcrypto ORGA_TEST_ID = os.environ.get("ORGA_TEST_ID", "bitwardentoolstest") -DSKIP = "daccess|emails|^id|^Id|userId|Object|ContinuationToken" +DSKIP = "daccess|emails|^id|^Id|userId|(o|O)bject|(c|C)ontinuationToken" AL = bwclient.CollectionAccess @@ -618,7 +618,7 @@ def test_set_organization_access(self): self.assertEqual( strip_dict_data( ao1["daccess"][self.user1[0].email], - skip=f"{DSKIP}|(g|G)roups|TwoFactorEnabled|ResetPasswordEnrolled|ExternalId|collections", + skip=f"{DSKIP}|(g|G)roups|(t|T)woFactorEnabled|(r|R)esetPasswordEnrolled|(e|E)xternalId|collections", ), { "accessAll": False,