Skip to content

Commit 661e333

Browse files
committed
fix: ignore intentional misspell fix in tests
introduced by e310902
1 parent ae086e2 commit 661e333

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/test_ms_entra.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def test_users_with_garbage(self, wsgi):
759759
r = wsgi.post(
760760
"/v2/Users",
761761
headers={"Content-Type": "application/json"},
762-
content='{\r\n "acve": tre,\r\n "adadfdresses": [\r\n {\r\n "coudftry": "Beruda",\r\n "formatted": "9132 Jennifer Way Suite 040\\nSouth Nancy, MI 55645",\r\n "locality": "West Mercedes",\r\n "postalCode": "99265",\r\n "region": "Montana",\r\n "streetAddress": "4939 Hess Fork",\r\n "type": "work",\r\n "primary": false\r\n },\r\n {\r\n "country": null,\r\n "formatted": "18522 Lisa Unions\\nEast Gregory, CT 52311",\r\n "locality": null,\r\n les": [],\r\n "title": "Site engineer",\r\n "externalId": "22fbc523-6032-4c5f-939d-5d4850cf3e52",\r\n "schemas": [\r\n "urn:ietf:params:scim:schemas:core:2.0:User"\r\n ]\r\n}',
762+
content='{\r\n "acve": tre,\r\n "adadfdresses": [\r\n {\r\n "coudftry": "Beruda",\r\n "formatted": "9132 Jennifer Way Suite 040\\nSouth Nancy, MI 55645",\r\n "locality": "West Mercedes",\r\n "postalCode": "99265",\r\n "region": "Montana",\r\n "streetAddress": "4939 Hess Fork",\r\n "type": "work",\r\n "primary": false\r\n },\r\n {\r\n "country": null,\r\n "formatted": "18522 Lisa Unions\\nEast Gregory, CT 52311",\r\n "locality": null,\r\n les": [],\r\n "title": "Site engineer",\r\n "externalId": "22fbc523-6032-4c5f-939d-5d4850cf3e52",\r\n "schemas": [\r\n "urn:ietf:params:scim:schemas:core:2.0:User"\r\n ]\r\n}', # codespell:ignore tre
763763
)
764764
assert r.status_code == 400
765765

@@ -888,7 +888,7 @@ def test_users_with_garbage(self, wsgi):
888888
f"/v2/Users/{id1}",
889889
json={
890890
"id": id1,
891-
"username": "OMalley",
891+
"userame": "OMalley", # codespell:ignore userame
892892
"active": False,
893893
"addresses": [
894894
{
@@ -950,7 +950,7 @@ def test_users_with_garbage(self, wsgi):
950950
"id": id1,
951951
"userName": "OMalley",
952952
"active": False,
953-
"adreses": [
953+
"adreses": [ # codespell:ignore adreses
954954
{
955955
"country": "Germany",
956956
"formatted": "1923 Jennifer Way Suite 040\nSouth Nancy, MI 55645",

0 commit comments

Comments
 (0)