Skip to content

Commit e869644

Browse files
committed
Removed Report.session_id
1 parent 877ac19 commit e869644

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

api/serializers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

api/tests/integration/reports/create.tavern.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

api/tests/integration/reports/get.tavern.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)