Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 2, 2024
1 parent 8134cce commit 5e517ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/services/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
"message": "active",
"url_path": "/active",
"category": "info",
"start_datetime": datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S"),
"end_datetime": (datetime.utcnow() + timedelta(days=1)).strftime(
"%Y-%m-%d %H:%M:%S"
),
"start_datetime": datetime.utcnow(),
"end_datetime": datetime.utcnow() + timedelta(days=1),
"active": True,
},
"inactive": {
Expand Down

0 comments on commit 5e517ad

Please sign in to comment.