Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #317 from maneeshaheshan/master
Browse files Browse the repository at this point in the history
Fix Mysql Commit Issue for Consent related Integration Test Failures
  • Loading branch information
kasunbg authored Oct 18, 2018
2 parents b1f47a7 + b464dce commit 8e053d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/run-intg-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def run_mysql_script_file(db_name, script_path):
if sql_part.strip() == '':
continue
connector.execute(sql_part)
conn.commit();
conn.close()


Expand Down

0 comments on commit 8e053d7

Please sign in to comment.