diff --git a/tests/test_cli_add_to_album.py b/tests/test_cli_add_to_album.py index aa58c92c..0e8521c8 100644 --- a/tests/test_cli_add_to_album.py +++ b/tests/test_cli_add_to_album.py @@ -12,8 +12,8 @@ UUID_MISSING = { } # photos with matching names -QUERY_NAME = "AAF035" -QUERY_COUNT = 4 +QUERY_NAME = "IMG_" +QUERY_COUNT = 6 @pytest.mark.addalbum