Skip to content

Commit 924ccbb

Browse files
committed
test: fix MiMo fixture lint
1 parent 084a45a commit 924ccbb

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

Tests/CodexBarTests/MiMoProviderTests.swift

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,12 @@ extension MiMoProviderTests {
10441044
let json = """
10451045
{
10461046
"cookies": [
1047-
{"host": ".platform.xiaomimimo.com", "path": "/", "name": "api-platform_serviceToken", "value": "svc-token"},
1047+
{
1048+
"host": ".platform.xiaomimimo.com",
1049+
"path": "/",
1050+
"name": "api-platform_serviceToken",
1051+
"value": "svc-token"
1052+
},
10481053
{"host": ".xiaomimimo.com", "path": "/", "name": "userId", "value": "1863175063"}
10491054
]
10501055
}
@@ -1074,7 +1079,12 @@ extension MiMoProviderTests {
10741079
let json = """
10751080
{
10761081
"cookies": [
1077-
{"host": ".platform.xiaomimimo.com", "path": "/", "name": "api-platform_serviceToken", "value": "svc-token"},
1082+
{
1083+
"host": ".platform.xiaomimimo.com",
1084+
"path": "/",
1085+
"name": "api-platform_serviceToken",
1086+
"value": "svc-token"
1087+
},
10781088
{"host": ".xiaomimimo.com", "path": "/", "name": "userId", "value": "1863175063"}
10791089
]
10801090
}
@@ -1114,7 +1124,12 @@ extension MiMoProviderTests {
11141124
let json = """
11151125
{
11161126
"cookies": [
1117-
{"host": ".platform.xiaomimimo.com", "path": "/", "name": "api-platform_serviceToken", "value": "svc-token"},
1127+
{
1128+
"host": ".platform.xiaomimimo.com",
1129+
"path": "/",
1130+
"name": "api-platform_serviceToken",
1131+
"value": "svc-token"
1132+
},
11181133
{"host": ".xiaomimimo.com", "path": "/", "name": "userId", "value": "1863175063"}
11191134
]
11201135
}

0 commit comments

Comments
 (0)