supress warnings #622
Annotations
9 errors
|
Puppet 8 (Ruby 3.2.3)
Process completed with exit code 1.
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_identity_provider_spec.rb#L181
Puppet::Type::Keycloak_identity_provider boolean properties accepts false for no_client_secret_warning
Failure/Error: expect(resource[p]).to eq(:false)
expected: :false
got: false
(compared using ==)
Diff:
@@ -1 +1 @@
-:false
+false
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_identity_provider_spec.rb#L174
Puppet::Type::Keycloak_identity_provider boolean properties accepts true for no_client_secret_warning
Failure/Error: expect(resource[p]).to eq(:true)
expected: :true
got: true
(compared using ==)
Diff:
@@ -1 +1 @@
-:true
+true
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_realm_spec.rb#L325
Puppet::Type::Keycloak_realm boolean properties accepts false for no_password_warning string
Failure/Error: expect(resource[p]).to eq(:false)
expected: :false
got: false
(compared using ==)
Diff:
@@ -1 +1 @@
-:false
+false
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_realm_spec.rb#L320
Puppet::Type::Keycloak_realm boolean properties accepts false for no_password_warning
Failure/Error: expect(resource[p]).to eq(:false)
expected: :false
got: false
(compared using ==)
Diff:
@@ -1 +1 @@
-:false
+false
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_realm_spec.rb#L315
Puppet::Type::Keycloak_realm boolean properties accepts true for no_password_warning string
Failure/Error: expect(resource[p]).to eq(:true)
expected: :true
got: true
(compared using ==)
Diff:
@@ -1 +1 @@
-:true
+true
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_realm_spec.rb#L310
Puppet::Type::Keycloak_realm boolean properties accepts true for no_password_warning
Failure/Error: expect(resource[p]).to eq(:true)
expected: :true
got: true
(compared using ==)
Diff:
@@ -1 +1 @@
-:true
+true
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_ldap_user_provider_spec.rb#L273
Puppet::Type::Keycloak_ldap_user_provider boolean properties accepts false for no_bind_credential_warning
Failure/Error: expect(resource[p]).to eq(:false)
expected: :false
got: false
(compared using ==)
Diff:
@@ -1 +1 @@
-:false
+false
|
|
Puppet 8 (Ruby 3.2.3):
spec/unit/puppet/type/keycloak_ldap_user_provider_spec.rb#L266
Puppet::Type::Keycloak_ldap_user_provider boolean properties accepts true for no_bind_credential_warning
Failure/Error: expect(resource[p]).to eq(:true)
expected: :true
got: true
(compared using ==)
Diff:
@@ -1 +1 @@
-:true
+true
|