mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Refactor test_filter to use real DataStore
* add tests for filter api errors
This commit is contained in:
parent
d43b63818c
commit
e8b1d2a452
3 changed files with 95 additions and 58 deletions
|
@ -85,7 +85,6 @@ class LoggingTransaction(object):
|
|||
sql_logger.debug("[SQL] {%s} %s", self.name, sql)
|
||||
|
||||
sql = self.database_engine.convert_param_style(sql)
|
||||
|
||||
if args:
|
||||
try:
|
||||
sql_logger.debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue