Adapt test (#970)

This commit is contained in:
Xavier Guimard 2017-09-05 15:12:07 +00:00
parent f7de7a2598
commit 7b7aa95d4f
2 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "llng-fastcgi-server 1"
.TH llng-fastcgi-server 1 "2017-08-21" "perl v5.26.0" "User Contributed Perl Documentation"
.TH llng-fastcgi-server 1 "2017-09-05" "perl v5.26.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View File

@ -14,7 +14,7 @@ ok( $issuer = issuer(), 'Issuer portal' );
$handlerOR{issuer} = \@Lemonldap::NG::Handler::Main::_onReload;
# Test REST config backend
ok( $res = $issuer->_get('/confs/latest'), 'Get latest conf metadatas' );
ok( $res = $issuer->_get('/config/latest'), 'Get latest conf metadatas' );
count(1);
expectOK($res);
@ -195,7 +195,7 @@ sub sp {
userDB => 'Same',
configStorage => {
type => 'REST',
baseUrl => 'http://auth.idp.com/confs',
baseUrl => 'http://auth.idp.com/config',
},
},
}