Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
39c09cec
Commit
39c09cec
authored
May 16, 2019
by
Nigel Kukard
Browse files
Remove variable dump
parent
c203ca1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/200-dbtests.t
View file @
39c09cec
...
...
@@ -871,7 +871,6 @@ if ($child = fork()) {
'
Service-Type=Framed-User
',
);
is
(
ref
(
$res
),"
HASH
","
smradclient should return a HASH
");
warn
"
DUMP:
"
.
Dumper
(
$res
);
is
(
$res
->
{'
listen
'}
->
{'
response
'}
->
{'
code
'},"
CoA-Request
","
Check that the packet we got back is infact a
"
.
"
CoA-Request
");
is
(
$res
->
{'
listen
'}
->
{'
response
'}
->
{'
vattributes
'}
->
{'
14988
'}
->
{'
Mikrotik-Rate-Limit
'}
->
[
0
],"
1k/1m
","
Check that the vendor attribute
"
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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