puppetlabs / puppet-editor-services

Puppet Language Server for editors
Apache License 2.0
45 stars 21 forks source link

(GH-298) Fix tests for Facter 4.0.52 gem #299

Closed glennsarti closed 3 years ago

glennsarti commented 3 years ago

Fixes #298

The facter 4.0.52 gem uses FFI to retrieve the legacy hostname fact. However as FFI wasn't available it was breaking the integration tests. This commit changes the expected fact name, from a legacy fact to a modern fact which should not ever be removed (facterversion).

glennsarti commented 3 years ago

Tests are green