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
134ba7e73bf41201de3d8f277c844a6ba2ab8d63
Authored by
Taras Kozlovskyi
2015-02-26 17:04:20 +0200
1 parent
f6309348
Change amount and step
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
op_robot_tests/tests_files/initial_data.py
op_robot_tests/tests_files/initial_data.py
View file @
134ba7e
...
...
@@ -36,11 +36,11 @@ test_tender_data = {
36
36
}
37
37
},
38
38
"value"
:
{
39
-
"amount"
:
500
,
39
+
"amount"
:
500
00
,
40
40
"currency"
:
u"UAH"
41
41
},
42
42
"minimalStep"
:
{
43
-
"amount"
:
1
,
43
+
"amount"
:
1
00
,
44
44
"currency"
:
u"UAH"
45
45
},
46
46
"items"
:
[
...
...
Please
register
or
login
to post a comment