Skip to content

partial fix, still broken #50

partial fix, still broken

partial fix, still broken #50

Triggered via push September 18, 2024 14:26
Status Failure
Total duration 9m 9s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
./spec/helpers/audio_visual_helper_spec.rb.AudioVisualHelper#s3_url the env field exists env is in development the object exists : spec/helpers/audio_visual_helper_spec.rb#L47
#<Aws::S3::Client (class)> received :new with unexpected arguments expected: ({:endpoint=>"http://localhost:9000"}) got: ({}) Diff: @@ -1 +1 @@ -[{:endpoint=>"http://localhost:9000"}] +[{}] Please stub a default value first if message might be received with other args as well.
./spec/helpers/audio_visual_helper_spec.rb.AudioVisualHelper#s3_url the env field exists env is in development the object exists is expected to receive the client opts: spec/helpers/audio_visual_helper_spec.rb#L47
#<Aws::S3::Client (class)> received :new with unexpected arguments expected: ({:endpoint=>"http://localhost:9000"}) got: ({}) Diff: @@ -1 +1 @@ -[{:endpoint=>"http://localhost:9000"}] +[{}] Please stub a default value first if message might be received with other args as well.
./spec/helpers/audio_visual_helper_spec.rb.AudioVisualHelper#s3_url the env field exists env is in development the object does not exist : spec/helpers/audio_visual_helper_spec.rb#L60
#<Aws::S3::Client (class)> received :new with unexpected arguments expected: ({:endpoint=>"http://localhost:9000"}) got: ({}) Diff: @@ -1 +1 @@ -[{:endpoint=>"http://localhost:9000"}] +[{}] Please stub a default value first if message might be received with other args as well.
./spec/helpers/audio_visual_helper_spec.rb.AudioVisualHelper#s3_url the env field exists env is in development the object does not exist is expected to receive the client opts: spec/helpers/audio_visual_helper_spec.rb#L60
#<Aws::S3::Client (class)> received :new with unexpected arguments expected: ({:endpoint=>"http://localhost:9000"}) got: ({}) Diff: @@ -1 +1 @@ -[{:endpoint=>"http://localhost:9000"}] +[{}] Please stub a default value first if message might be received with other args as well.
Lint + Test / Test
Process completed with exit code 1.
Lint + Test / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: browser-actions/setup-geckodriver@latest, mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/