Skip to content

Commit

Permalink
Update spec/classes/remote_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
  • Loading branch information
b4ldr and bastelfreak authored Jan 29, 2025
1 parent b61e168 commit 3a89d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/remote_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
require 'spec_helper'

describe 'unbound::remote' do
on_supported_os.each do |os, facts|
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { facts.merge(concat_basedir: '/dne', unbound_version: '1.21.0') }
let(:facts) { os_facts.merge(concat_basedir: '/dne', unbound_version: '1.21.0') }
let(:params) do
{
enable: false,
Expand Down

0 comments on commit 3a89d22

Please sign in to comment.