Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/awx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e0321e0c4aa3aaeb6ac25e2b3e483684db29cf0
Choose a base ref
..
head repository: ansible/awx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c9f94f7a9d2bb1ef2666962093453e03a405ca0
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 awx/main/tests/live/tests/test_cleanup_task.py
1 change: 1 addition & 0 deletions awx/main/tests/live/tests/test_cleanup_task.py
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
import tempfile
import subprocess

from unittest import mock

from awx.main.tasks.receptor import _convert_args_to_cli, run_until_complete
from awx.main.tasks.system import CleanupImagesAndFiles