move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

fix failing test in #976 #1019

Closed bmos closed 3 months ago

bmos commented 3 months ago

This fixes the following workflow error in #976: AssertionError: Expected 'copy_s3_to_gcs' to be called once. Called 0 times. [log]

The test was checking for the method to have been called, but the previous commit changed the call to another method.

I also had to cherry-pick d4e85ab6fc532c919269fd7a6fc8e34ebd1d9414 to get doc build to pass because the branch is outdated.