Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
00ade570
Commit
00ade570
authored
4 years ago
by
Roy de Goei
Committed by
Jorrit Schaap
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-178
: Remove merge comment and fixed merge conflict
parent
d3f9f6e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!124
Resolve TMSS-178
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/test/tmss_test_environment_unittest_setup.py
+0
-4
0 additions, 4 deletions
SAS/TMSS/test/tmss_test_environment_unittest_setup.py
with
0 additions
and
4 deletions
SAS/TMSS/test/tmss_test_environment_unittest_setup.py
+
0
−
4
View file @
00ade570
...
@@ -71,13 +71,9 @@ def _call_API_and_assert_expected_response(test_instance, url, call, data, expec
...
@@ -71,13 +71,9 @@ def _call_API_and_assert_expected_response(test_instance, url, call, data, expec
content
=
response
.
content
.
decode
(
'
utf-8
'
)
content
=
response
.
content
.
decode
(
'
utf-8
'
)
<<<<<<<
Updated
upstream
if
response
.
status_code
in
range
(
200
,
300
):
=======
from
django.db
import
models
from
django.db
import
models
if
response
.
status_code
in
range
(
200
,
300
)
and
expected_content
is
not
None
:
if
response
.
status_code
in
range
(
200
,
300
)
and
expected_content
is
not
None
:
>>>>>>>
Stashed
changes
r_dict
=
json
.
loads
(
content
)
r_dict
=
json
.
loads
(
content
)
for
key
,
value
in
expected_content
.
items
():
for
key
,
value
in
expected_content
.
items
():
if
key
not
in
r_dict
.
keys
():
if
key
not
in
r_dict
.
keys
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment