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
dcf62fb340a88cc8c47609ed084d305312669998
Authored by
Leits
2016-04-22 12:12:49 +0300
1 parent
aadb6358
Fix bid with meat params
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 @
dcf62fb
...
...
@@ -468,7 +468,7 @@ def test_bid_data(mode):
468
468
else
:
469
469
bid
.
data
.
update
(
test_bid_value
())
470
470
if
mode
==
'meat'
:
471
-
bid
.
update
(
test_bid_params
())
471
+
bid
.
data
.
update
(
test_bid_params
())
472
472
return
bid
473
473
474
474
...
...
Please
register
or
login
to post a comment