Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
17bfedf7
Commit
17bfedf7
authored
May 31, 2021
by
Guilhem Saurel
Browse files
oops
parent
1b9a10eb
Pipeline
#14757
failed with stage
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gh/tests.py
View file @
17bfedf7
...
...
@@ -363,7 +363,7 @@ class GhTests(TestCase):
pr_number
=
pr_master
.
number
)
self
.
assertEqual
(
response
.
status_code
,
200
)
self
.
assertTrue
([
c
.
body
for
c
in
pr_master
.
get_issue_comments
()
if
not_accepted_string
in
c
.
body
])
sleep
(
30
)
time
.
sleep
(
30
)
self
.
assertIn
(
f
'pr/
{
pr_master
.
number
}
'
,
[
b
.
name
for
b
in
self
.
gitlab
.
branches
.
list
()])
# Test pr on devel
...
...
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