Skip to content

Commit

Permalink
Downcase OS name for repo URL assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mj committed Feb 2, 2024
1 parent 03808ff commit 8afabd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/repo/apt/erlang_solutions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
context "on #{os}" do
let(:facts) { facts }
let(:release) { facts[:os]['distro']['codename'] }
let(:name) { facts[:os]['name'] }
let(:name) { facts[:os]['name'].downcase }

it { is_expected.to compile.with_all_deps }

Expand Down

0 comments on commit 8afabd0

Please sign in to comment.