test/maestrano/maestrano_test.rb in maestrano-0.6.0 vs test/maestrano/maestrano_test.rb in maestrano-0.7.0
- old
+ new
@@ -227,9 +227,15 @@
'idm' => @config['sso.idm'],
'idp' => Maestrano::Configuration::EVT_CONFIG[@config['environment']]['sso.idp'],
'name_id_format' => Maestrano::Configuration::EVT_CONFIG[@config['environment']]['sso.name_id_format'],
'x509_fingerprint' => Maestrano::Configuration::EVT_CONFIG[@config['environment']]['sso.x509_fingerprint'],
'x509_certificate' => Maestrano::Configuration::EVT_CONFIG[@config['environment']]['sso.x509_certificate'],
+ },
+ 'webhook' => {
+ 'account' => {
+ 'groups_path' => @config['webhook.account.groups_path'],
+ 'group_users_path' => @config['webhook.account.group_users_path'],
+ }
}
}
assert_equal expected, Maestrano.to_metadata
end
\ No newline at end of file