def test_albums_can_load_their_photos():
    provider = GoogleImageProvider('heynemann')

    albums = provider.load_albums()

    album = albums[1]
    assert provider.load_photos(album=album)