Toggle navigation
Sign in
Playtenders
/
prozorro-robot_tests
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
214712828a24623455534b04cd01a2d6abb0b074
Authored by
selurvedu
2016-01-06 10:23:55 +0000
1 parent
9e7d9de1
Enclose string in double quotes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
op_robot_tests/tests_files/initial_data.py
op_robot_tests/tests_files/initial_data.py
View file @
2147128
...
...
@@ -402,7 +402,7 @@ def auction_bid():
402
402
"value"
:
{
403
403
"amount"
:
200
,
404
404
"currency"
:
"UAH"
,
405
-
"valueAddedTaxIncluded"
:
true
405
+
"valueAddedTaxIncluded"
:
"true"
406
406
}
407
407
}
408
408
})
...
...
Please
register
or
login
to post a comment