Use a more expressive method of rewriting values #337
Annotations
2 errors
Run tests:
spec/unit/puppet/type/rabbitmq_parameter_spec.rb#L46
Puppet::Type::Rabbitmq_parameter accepts a valid hash for value
Failure/Error: expect(parameter[:value]).to eq(value)
expected: {"message-ttl"=>"1800000"}
got: {"message-ttl"=>1800000}
(compared using ==)
Diff:
@@ -1 +1 @@
-"message-ttl" => "1800000",
+"message-ttl" => 1800000,
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading