Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Besson
lemonldap-ng
Commits
dcaa312b
Commit
dcaa312b
authored
Nov 29, 2016
by
Yadd
Browse files
Little things (#595)
parent
ceae1dc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm
View file @
dcaa312b
...
...
@@ -25,7 +25,7 @@ has idpList => ( is => 'rw', default => sub { {} } );
# return LWP::UserAgent object
has
ua
=>
(
is
=>
'
rw
',
la
s
y
=>
1
,
la
z
y
=>
1
,
builder
=>
sub
{
# TODO : LWP options to use a proxy for example
...
...
lemonldap-ng-portal/t/test-lib.pm
View file @
dcaa312b
...
...
@@ -10,6 +10,8 @@ BEGIN {
use_ok
('
Lemonldap::NG::Portal::Main
');
}
no
warnings
'
redefine
';
# Redefine LWP methods for tests
sub
LWP
::UserAgent::request {
my
(
$self
,
$req
)
=
@_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment