@@ -75,7 +75,7 @@ def astimezone(self, _tz: (Optional[Any]) = None) -> NoReturn:
7575 print_result_exception (result )
7676
7777 self .assertIn (
78- "DEBUG Looking up all photos and videos from album All Photos ..." ,
78+ "DEBUG Looking up all photos and videos..." ,
7979 self ._caplog .text ,
8080 )
8181 self .assertIn (
@@ -122,7 +122,7 @@ def astimezone(self, _tz: (Optional[Any]) = None) -> NoReturn:
122122 print_result_exception (result )
123123
124124 self .assertIn (
125- "DEBUG Looking up all photos and videos from album All Photos ..." ,
125+ "DEBUG Looking up all photos and videos..." ,
126126 self ._caplog .text ,
127127 )
128128 self .assertIn (
@@ -182,7 +182,7 @@ def test_download_autodelete_photos(self) -> None:
182182 print_result_exception (result )
183183
184184 self .assertIn (
185- "DEBUG Looking up all photos and videos from album All Photos ..." ,
185+ "DEBUG Looking up all photos and videos..." ,
186186 self ._caplog .text ,
187187 )
188188 self .assertIn (
@@ -225,7 +225,7 @@ def test_download_autodelete_photos(self) -> None:
225225 print_result_exception (result )
226226
227227 self .assertIn (
228- "DEBUG Looking up all photos and videos from album All Photos ..." ,
228+ "DEBUG Looking up all photos and videos..." ,
229229 self ._caplog .text ,
230230 )
231231 self .assertIn (
@@ -311,9 +311,7 @@ def test_autodelete_photos(self) -> None:
311311 cookie_dir ,
312312 ],
313313 )
314- self .assertIn (
315- "DEBUG Looking up all photos from album All Photos..." , self ._caplog .text
316- )
314+ self .assertIn ("DEBUG Looking up all photos..." , self ._caplog .text )
317315 self .assertIn (
318316 f"INFO Downloading 0 original photos to { data_dir } ..." ,
319317 self ._caplog .text ,
@@ -424,7 +422,7 @@ def mocked_authenticate(self: PyiCloudService) -> None:
424422 print_result_exception (result )
425423
426424 self .assertIn (
427- "DEBUG Looking up all photos and videos from album All Photos ..." ,
425+ "DEBUG Looking up all photos and videos..." ,
428426 self ._caplog .text ,
429427 )
430428 self .assertIn (
@@ -519,7 +517,7 @@ def mocked_authenticate(self: PyiCloudService) -> None:
519517 print_result_exception (result )
520518
521519 self .assertIn (
522- "DEBUG Looking up all photos and videos from album All Photos ..." ,
520+ "DEBUG Looking up all photos and videos..." ,
523521 self ._caplog .text ,
524522 )
525523 self .assertIn (
@@ -606,7 +604,7 @@ def mock_raise_response_error(
606604 print_result_exception (result )
607605
608606 self .assertIn (
609- "DEBUG Looking up all photos and videos from album All Photos ..." ,
607+ "DEBUG Looking up all photos and videos..." ,
610608 self ._caplog .text ,
611609 )
612610 self .assertIn (
@@ -687,7 +685,7 @@ def mock_raise_response_error(
687685 print_result_exception (result )
688686
689687 self .assertIn (
690- "DEBUG Looking up all photos and videos from album All Photos ..." ,
688+ "DEBUG Looking up all photos and videos..." ,
691689 self ._caplog .text ,
692690 )
693691 self .assertIn (
@@ -791,9 +789,7 @@ def test_autodelete_photos_dry_run(self) -> None:
791789 )
792790 print_result_exception (result )
793791
794- self .assertIn (
795- "DEBUG Looking up all photos from album All Photos..." , self ._caplog .text
796- )
792+ self .assertIn ("DEBUG Looking up all photos..." , self ._caplog .text )
797793 self .assertIn (
798794 f"INFO Downloading 0 original photos to { data_dir } ..." ,
799795 self ._caplog .text ,
@@ -891,9 +887,7 @@ def test_autodelete_photos_folder_none(self) -> None:
891887 cookie_dir ,
892888 ],
893889 )
894- self .assertIn (
895- "DEBUG Looking up all photos from album All Photos..." , self ._caplog .text
896- )
890+ self .assertIn ("DEBUG Looking up all photos..." , self ._caplog .text )
897891 self .assertIn (
898892 f"INFO Downloading 0 original photos to { data_dir } ..." ,
899893 self ._caplog .text ,
@@ -988,9 +982,7 @@ def test_autodelete_photos_lp(self) -> None:
988982 cookie_dir ,
989983 ],
990984 )
991- self .assertIn (
992- "DEBUG Looking up all photos from album All Photos..." , self ._caplog .text
993- )
985+ self .assertIn ("DEBUG Looking up all photos..." , self ._caplog .text )
994986 self .assertIn (
995987 f"INFO Downloading 0 original photos to { data_dir } ..." ,
996988 self ._caplog .text ,
@@ -1085,9 +1077,7 @@ def test_autodelete_photos_lp_heic(self) -> None:
10851077 cookie_dir ,
10861078 ],
10871079 )
1088- self .assertIn (
1089- "DEBUG Looking up all photos from album All Photos..." , self ._caplog .text
1090- )
1080+ self .assertIn ("DEBUG Looking up all photos..." , self ._caplog .text )
10911081 self .assertIn (
10921082 f"INFO Downloading 0 original photos to { data_dir } ..." ,
10931083 self ._caplog .text ,
0 commit comments