Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
9e190706
Commit
9e190706
authored
Feb 10, 2020
by
Francesc Guasch
Browse files
fix(test): start all clones requires no remote ip
parent
1380b512
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/mojo/10_login.t
View file @
9e190706
...
...
@@ -89,7 +89,6 @@ sub test_many_clones($base) {
login
();
$t
->
post_ok
('
/request/start_clones
'
=>
json
=>
{
id_domain
=>
$base
->
id
,
remote_ip
=>
'
1.2.3.4
'
}
);
like
(
$t
->
tx
->
res
->
code
(),
qr/^(200|302)$/
)
or
die
$t
->
tx
->
res
->
body
->
to_string
;
...
...
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