diff options
author | Alan Rominger <arominge@redhat.com> | 2024-11-04 22:21:36 +0100 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2024-11-20 17:18:52 +0100 |
commit | 6599f3f827f4a5eef9a0b2bb965b7087e71d404a (patch) | |
tree | 318336f3bce0be7f6a582d1849c197a8acfc7a67 /awx_collection/test | |
parent | Fix server error from system job detail view (#15640) (diff) | |
download | awx-6599f3f827f4a5eef9a0b2bb965b7087e71d404a.tar.xz awx-6599f3f827f4a5eef9a0b2bb965b7087e71d404a.zip |
Removal of OAuth2 stuff from CLI
also from awxkit generally
Remove login command
Diffstat (limited to 'awx_collection/test')
-rw-r--r-- | awx_collection/test/awx/test_export.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awx_collection/test/awx/test_export.py b/awx_collection/test/awx/test_export.py index 70c8466ec0..7438c6ba1c 100644 --- a/awx_collection/test/awx/test_export.py +++ b/awx_collection/test/awx/test_export.py @@ -23,7 +23,6 @@ ASSETS = set([ "job_templates", "workflow_job_templates", "execution_environments", - "applications", "schedules", ]) |