Merge "Fix ArchiveTestCase on PostgreSQL"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -6137,7 +6137,7 @@ class ArchiveTestCase(test.TestCase):
self.conn.execute(ins_stmt)
update_statement = self.dns_domains.update().\
where(self.dns_domains.c.domain == uuidstr0).\
values(deleted=1)
values(deleted=True)
self.conn.execute(update_statement)
qdd = select([self.dns_domains], self.dns_domains.c.domain ==
uuidstr0)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.