fix variable name

This commit is contained in:
ichihara
2016-10-24 18:01:46 +09:00
committed by shinji.ichihara
parent 360028c01f
commit 6397b8ca1f

View File

@@ -27,7 +27,7 @@ types_map = {
}
class Mysql(BaseSQLQueryRunner):
noop_method = "SELECT 1"
noop_query = "SELECT 1"
@classmethod
def configuration_schema(cls):