File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
tests/integration/reports Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,6 @@ class Meta:
393393 "short_id" ,
394394 "user_uuid" ,
395395 "user" ,
396- "session_id" ,
397396 "created_at" ,
398397 "sent_at" ,
399398 "timezone" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ stages:
6868 short_id : !anystr
6969 user_uuid : " {user_uuid}"
7070 type : bite
71- session_id : null
7271 created_at : ' 2024-01-01T00:00:00Z'
7372 sent_at : ' 2024-01-01T00:30:00Z'
7473 received_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
@@ -160,7 +159,6 @@ stages:
160159 short_id : !anystr
161160 user_uuid : " {user_uuid}"
162161 type : adult
163- session_id : null
164162 created_at : ' 2024-01-01T00:00:00Z'
165163 sent_at : ' 2024-01-01T00:30:00Z'
166164 received_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
@@ -257,7 +255,6 @@ stages:
257255 short_id : !anystr
258256 user_uuid : " {user_uuid}"
259257 type : site
260- session_id : null
261258 created_at : ' 2024-01-01T00:00:00Z'
262259 sent_at : ' 2024-01-01T00:30:00Z'
263260 received_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ stages:
151151 short_id : !anystr
152152 user_uuid : " {app_user.pk}"
153153 type : adult
154- session_id : null
155154 created_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
156155 sent_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
157156 received_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
You can’t perform that action at this time.
0 commit comments