Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
3aeddde9
Commit
3aeddde9
authored
Sep 20, 2019
by
Markus Scheidgen
Browse files
Fixed bad tests.
parent
77680d31
Pipeline
#60800
failed with stages
in 32 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/app/test_api.py
View file @
3aeddde9
...
...
@@ -265,7 +265,10 @@ class TestUploads:
assert
upload
[
'current_process'
]
==
'publish_upload'
assert
upload
[
'process_running'
]
additional_keys
=
[
'with_embargo'
,
'external_id'
]
additional_keys
=
[
'with_embargo'
]
if
publish_with_metadata
and
'external_id'
in
metadata
:
additional_keys
.
append
(
'external_id'
)
if
with_coe_repo
:
additional_keys
.
append
(
'pid'
)
...
...
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