fix: 修复测试用例问题,postgres测试用例基本通过
This commit is contained in:
parent
846cccb325
commit
ef44cc4dc4
|
|
@ -880,9 +880,6 @@ describe('test mysqlstore', function () {
|
||||||
port: '',
|
port: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dangerousVersions: [],
|
|
||||||
warningVersions: [],
|
|
||||||
soaVersion: '',
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -1233,9 +1230,6 @@ describe('test mysqlstore', function () {
|
||||||
port: '',
|
port: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dangerousVersions: [],
|
|
||||||
warningVersions: [],
|
|
||||||
soaVersion: '',
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -1284,9 +1278,6 @@ describe('test mysqlstore', function () {
|
||||||
port: '',
|
port: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dangerousVersions: [],
|
|
||||||
warningVersions: [],
|
|
||||||
soaVersion: '',
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -1306,9 +1297,6 @@ describe('test mysqlstore', function () {
|
||||||
port: '',
|
port: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dangerousVersions: [],
|
|
||||||
warningVersions: [],
|
|
||||||
soaVersion: '',
|
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue