rspec-puppet-facts: Require 3.0.0 #288
Annotations
2 errors and 1 warning
Run tests:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error: add_custom_fact 'puppet_environmentpath', '/etc/puppetlabs/code/environments'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:puppet_environmentpath, "/etc/puppetlabs/code/environments", {})
got: ("puppet_environmentpath", "/etc/puppetlabs/code/environments", {})
Diff:
@@ -1 +1 @@
-[:puppet_environmentpath, "/etc/puppetlabs/code/environments", {}]
+["puppet_environmentpath", "/etc/puppetlabs/code/environments", {}]
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading