Skip to content

Commit

Permalink
Update snapshot to use the compartor for date_updated and date_added
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed May 7, 2024
1 parent 2af4b0c commit 43dcaad
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2024-05-03T16:17:18.444773+00:00'
created: '2024-05-07T20:54:52.525805+00:00'
creator: sentry
source: tests/sentry/backup/test_comparators.py
---
Expand Down Expand Up @@ -1109,6 +1109,12 @@ source: tests/sentry/backup/test_comparators.py
- team
model_name: sentry.projectteam
- comparators:
- class: DateUpdatedComparator
fields:
- date_updated
- class: DatetimeEqualityComparator
fields:
- date_added
- class: ForeignKeyComparator
fields:
- organization
Expand Down

0 comments on commit 43dcaad

Please sign in to comment.