Skip to content

Commit 4a29314

Browse files
Update spec/classes/rabbitmq_spec.rb
Co-authored-by: Will Yardley <wyardley@users.noreply.github.com>
1 parent 4e425f2 commit 4a29314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/rabbitmq_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
end
424424

425425
it 'for cluster_nodes' do
426-
is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
426+
is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
427427
end
428428
end
429429
end

0 commit comments

Comments
 (0)