Skip to content

Commit

Permalink
Fix lastly introduced regression test expected date formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed May 5, 2024
1 parent 232e68c commit 859ead1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_new_article.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def test_new_article_file_upper_case(mock_requests_post):
json={
'title': 'article title',
'summary': 'article name contains an upper case letter',
'date': '2024-05-05T12:00:00+02:00',
'lastUpdate': '2024-05-05T12:00:00+02:00',
'date': '2024-05-05 12:00:00+02:00',
'lastUpdate': '2024-05-05 12:00:00+02:00',
'tags': "['some', 'tags']",
'author': 'ctmbl',
'draft': False,
Expand Down

0 comments on commit 859ead1

Please sign in to comment.