Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Aug 19, 2024
1 parent 09ea27c commit ba48367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit ba48367

Please sign in to comment.