Skip to content

Commit

Permalink
update lab to experiment in update experiment testcase in SI
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavi committed Jan 2, 2018
1 parent 32309f2 commit ba10060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/system/system-interface.org
Original file line number Diff line number Diff line change
Expand Up @@ -5561,7 +5561,7 @@ class TestUpdateLab(TestCase):
asset = System.do("add_asset", asset=asset, session=session)
asset_list.append(asset)

if 'sections' not in data_dict['lab']:
if 'sections' not in data_dict['experiment']:
section_list = lab.get("sections")
else:
sections = data_dict['experiment']['sections']
Expand Down

0 comments on commit ba10060

Please sign in to comment.