fog / fog-google

Fog for Google Cloud Platform
MIT License
98 stars 146 forks source link

Fix 'Ostruct' errors in storage tests #625

Closed Temikus closed 6 months ago

Temikus commented 6 months ago

Fixing this particular error on runners:

 Minitest::UnexpectedError:         NameError: uninitialized constant TestStorageRequests::OpenStruct
            test/integration/storage/test_objects.rb:51:in `test_put_object_contradictory_content_type'
Temikus commented 6 months ago

Storage tests are passing now: https://github.com/fog/fog-google/actions/runs/8584621474

Merging.