mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
If more than one Organization were selected by this subquery, then Postgres would complain with "more than one row returned by a subquery used as an expression". We needed to allow for that case. Annoyingly SQLite3 doesn't seem to care, so writing a py.test test to exercise this isn't feasible under our current development setup.