Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
bc3806d7
Commit
bc3806d7
authored
Sep 15, 2020
by
Paul Cammish
Browse files
Update phpmyadmin/test.d/tc_phpmyadmin.rb
parent
ec195714
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
phpmyadmin/test.d/tc_phpmyadmin.rb
View file @
bc3806d7
...
...
@@ -138,7 +138,7 @@ class TestPhpMyAdmin < Test::Unit::TestCase
# Get the contents
http
.
start
do
|
connection
|
request
=
Net
::
HTTP
::
Get
.
new
(
"/phpmyadmin/"
)
request
.
basic_auth
"
root
"
,
password
request
.
basic_auth
"
sympl
"
,
password
response
=
connection
.
request
(
request
)
assert_equal
(
200
,
response
.
code
.
to_i
,
"Phpmyadmin login failed for the admin user."
)
end
...
...
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