Skip to content

Commit

Permalink
全量修改-ci测试
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowissue committed Jan 12, 2022
1 parent 685fdda commit 9fa9407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/engines/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ def test_osc_not_support(self, _query):
new_engine = GoInceptionEngine()
command = 'pause'
sqlsha1 = 'xxxxx'
sql = f"inception pause alter '{sqlsha1}';"
sql = f"inception pause osc '{sqlsha1}';"
_query.return_value = ResultSet(full_sql=sql, rows=[], column_list=[])
new_engine.osc_control(sqlsha1=sqlsha1, command=command)
_query.assert_called_once_with(sql=sql)
Expand Down

0 comments on commit 9fa9407

Please sign in to comment.