Unverified Commit 13b6e2b1 authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #174 from djjudas21/fix_unclosed_let_block_in_defines_client_spec

Fix typo in freeradius::client spec
parents 5bebc7c1 afbc1c0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ describe 'freeradius::client' do
    let(:params) do
      super().merge(
        firewall: true,
      )
    end

    it do
      is_expected.to compile.and_raise_error(%r{Must specify \$port if you specify \$firewall})