Flaky test spec/lib/gdk/services/open_bao_spec.rb
Overview
The spec/lib/gdk/services/open_bao_spec.rb
spec fails when running the full RSpec suite with seed 369
.
$ be rspec --seed 369
... trunc ...
Failures:
1) GDK::Services::OpenBao#command returns the necessary command to run openbao
Failure/Error: expect(subject.command).to eq('/usr/local/bin/bao server --config /home/git/gdk/openbao/config.hcl')
expected: "/usr/local/bin/bao server --config /home/git/gdk/openbao/config.hcl"
got: "/Users/kev/.local/share/mise/installs/go/1.22.5/bin/bao server --config /home/git/gdk/openbao/config.hcl"
(compared using ==)
# ./spec/lib/gdk/services/open_bao_spec.rb:14:in `block (3 levels) in <top (required)>'
... trunc ...