~lamont/maas/bug-1645912-2.1

« back to all changes in this revision

Viewing changes to src/maasserver/triggers/tests/test_websocket.py

  • Committer: LaMont Jones
  • Date: 2016-10-12 15:26:17 UTC
  • mfrom: (5469 maas)
  • mto: This revision was merged to the branch mainline in revision 5482.
  • Revision ID: lamont@canonical.com-20161012152617-t14n2jt7y5b7hidb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            "dhcpsnippet_dhcpsnippet_create_notify",
100
100
            "dhcpsnippet_dhcpsnippet_update_notify",
101
101
            "dhcpsnippet_dhcpsnippet_delete_notify",
 
102
            "iprange_iprange_subnet_insert_notify",
 
103
            "iprange_iprange_subnet_update_notify",
 
104
            "iprange_iprange_subnet_delete_notify",
102
105
            ]
103
106
        sql, args = psql_array(triggers, sql_type="text")
104
107
        with closing(connection.cursor()) as cursor: