소스 검색

[tests] Try fixing CI breaking with small seconds

Colin Powell 1 개월 전
부모
커밋
28cf57c6dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/scrobbles_tests/test_views.py

+ 1 - 1
tests/scrobbles_tests/test_views.py

@@ -195,7 +195,7 @@ def test_scrobble_jellyfin_track(
         assert scrobble.media_obj.__class__ == Track
         assert scrobble.media_obj.title == "Emotion"
 
-    with time_machine.travel(datetime(2024, 1, 14, 12, 1, 4)):
+    with time_machine.travel(datetime(2024, 1, 14, 12, 1, 10)):
         jellyfin_track.request_data["UtcTimestamp"] = timezone.now().strftime(
             "%Y-%m-%d %H:%M:%S"
         )