mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 10:01:48 -05:00
These tests broke because we added some additional checks that utilize the database within the role assignment code, and because of issue parsing or forming requets between the unit framework and the django request code I'd guess (for some reason it looks like the `pk` field isn't getting parsed out and handed in to the kwargs of a post method.. didn't dig into it though.)