systemd template: add missing space #140
Annotations
10 errors
spec/acceptance/class_spec.rb#L39
consul class default parameters File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L40
consul class default parameters File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
spec/acceptance/class_spec.rb#L80
consul class default parameters File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L81
consul class default parameters File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
spec/acceptance/class_spec.rb#L124
consul class with performance options File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L125
consul class with performance options File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
spec/acceptance/class_spec.rb#L168
consul class with performance options File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L169
consul class with performance options File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
spec/acceptance/class_spec.rb#L272
consul class with new ACL system File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L273
consul class with new ACL system File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
The logs for this run have expired and are no longer available.
Loading