From 6e0726e5f18f9942be58843cd106fdc70feec3e8 Mon Sep 17 00:00:00 2001 From: David Siaw Date: Mon, 1 Apr 2024 19:42:54 +0900 Subject: [PATCH] five stars --- spec/cli_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index 8012064b..0a4ad3d3 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -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