Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
five stars
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Apr 1, 2024
1 parent 4609d82 commit 6e0726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

it 'for arm machines on linux' do
cli = Kaiser::Cli.new
stub_const('RUBY_PLATFORM', 'arch64-linux')
stub_const('RUBY_PLATFORM', 'aarch64-linux')
expect(cli.send(:selenium_node_image)).to eq('seleniarm/standalone-chromium')
end
end
Expand Down

0 comments on commit 6e0726e

Please sign in to comment.