Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alex501212 committed Oct 30, 2024
1 parent 335bbb0 commit 0b92e55
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec/integration/lookup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@

context 'with interpolations' do
let(:hiera_config) { File.join(project, 'hiera_interpolations.yaml') }
it 'returns a value' do

it 'returns an error' do
result = run_cli_json(cli_command + %w[key=test::interpolations])
expect(result).to eq('test::interpolations data/common.yaml')
expect(result).to include(
'kind' => 'bolt/pal-error',
'msg' => /Interpolations are not supported in lookups/
)
end
end

Expand Down

0 comments on commit 0b92e55

Please sign in to comment.