Skip to content

Commit

Permalink
Remove deprecated parameter type in spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-larsson committed Feb 15, 2024
1 parent f1c5cbb commit 3a95373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/data_types_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
params: { domain_change: true },
valid: ['test', 'test.ing', 't.est.ing', '10.2.4.2'],
invalid: ['test ing', 'http:/test', 'https:/test.ing', ['array'], { 'ha' => 'sh' }, 3, 2.42, false],
message: 'expect.*Stdlib::Fqdn.*Stdlib::Compat::Ip_address',
message: 'expect.*Stdlib::Fqdn',
},
'Stdlib::Port (optional)' => {
name: ['kdc_port', 'kpasswd_server_port'],
Expand Down

0 comments on commit 3a95373

Please sign in to comment.