mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 15:24:42 -03:30
Previously, if the main unit tests, test_common.py was run before running this test, it would fail. By clearing the cache at the start of the test, we make its behavior consistent and predictable no matter what other tests are also being ran, and the assertion is adjusted to match.