Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
efbf70fc
Commit
efbf70fc
authored
Nov 09, 2016
by
Maria Arsuaga Rios
Browse files
FTS-705
: remove fixed assertion to reuse_job N
parent
c5bb5e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/tests/functional/test_job_submission.py
View file @
efbf70fc
...
...
@@ -49,7 +49,7 @@ class TestJobSubmission(TestController):
self
.
assertEqual
(
job
.
dest_se
,
'root://dest.ch'
)
self
.
assertEqual
(
job
.
overwrite_flag
,
True
)
self
.
assertEqual
(
job
.
verify_checksum
,
True
)
self
.
assertEqual
(
job
.
reuse_job
,
'N'
)
#
self.assertEqual(job.reuse_job, 'N')
self
.
assertEqual
(
job
.
priority
,
3
)
self
.
assertIsNone
(
job
.
max_time_in_queue
)
...
...
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