Skip to content

Commit

Permalink
Break a google service test to validate that the service tests are no…
Browse files Browse the repository at this point in the history
…t being skipped.
  • Loading branch information
dbernstein committed Mar 6, 2025
1 parent c8bfcc2 commit f7ef73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager/service/google_drive/test_google_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_create_nested_folders(

# confirm that the parent folder is gone
folder_info = service.get_file(parent_name)
assert folder_info is None
assert folder_info is []

def test_store_stream(self, google_drive_service_fixture: GoogleDriveTestFixture):
service = google_drive_service_fixture.google_drive_service
Expand Down

0 comments on commit f7ef73c

Please sign in to comment.