Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
b7087c38
Commit
b7087c38
authored
Mar 04, 2017
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix manageauth test with missing id
404 is the expected result
parent
e15cd692
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/admin-tests.sh
tests/admin-tests.sh
+1
-1
No files found.
tests/admin-tests.sh
View file @
b7087c38
...
@@ -51,7 +51,7 @@ echo
...
@@ -51,7 +51,7 @@ echo
echo
"Testing admin/manageauth endpoint"
echo
"Testing admin/manageauth endpoint"
test_endpoint
"admin/manageauth?id=4&username=
$L_USER
&password=
$L_PASS
&action=add"
401
test_endpoint
"admin/manageauth?id=4&username=
$L_USER
&password=
$L_PASS
&action=add"
401
test_endpoint
"admin/manageauth?id=99&username=
$L_USER
&password=
$L_PASS
&action=add"
401
test_endpoint
"admin/manageauth?id=99&username=
$L_USER
&password=
$L_PASS
&action=add"
401
test_endpoint
"admin/manageauth?id=99&username=
$L_USER
&password=
$L_PASS
&action=add"
40
0
"
$AUTH_ADMIN
"
test_endpoint
"admin/manageauth?id=99&username=
$L_USER
&password=
$L_PASS
&action=add"
40
4
"
$AUTH_ADMIN
"
test_endpoint
"admin/manageauth?id=4&username=
$L_USER
&password=
$L_PASS
&action=add"
200
"
$AUTH_ADMIN
"
test_endpoint
"admin/manageauth?id=4&username=
$L_USER
&password=
$L_PASS
&action=add"
200
"
$AUTH_ADMIN
"
echo
echo
...
...
Write
Preview
Markdown
is supported
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