Toggle navigation
Sign in
Alex
/
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
6595ab37d2a138dca10ffece7407785388bece42
Authored by
AlexDiatlov
2020-12-02 14:33:55 +0200
1 parent
e94caa41
CS-9176two digits
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
op_robot_tests/tests_files/initial_data.py
op_robot_tests/tests_files/initial_data.py
View file @
6595ab3
...
...
@@ -500,6 +500,7 @@ def test_complaint_data():
500
500
501
501
502
502
def
test_payment_data
(
token
,
complaint_value
,
complaint_uaid
):
503
+
complaint_value
=
format
(
complaint_value
,
'.2f'
)
503
504
data
=
{
504
505
"amount"
:
str
(
complaint_value
),
505
506
"currency"
:
"UAH"
,
...
...
Please
register
or
login
to post a comment