Skip to content

Commit

Permalink
Delete test file that should have been removed and fix checks (#15739)
Browse files Browse the repository at this point in the history
* Delete test file that should have been removed

* Add more insights env variables
  • Loading branch information
AlanCoding authored Jan 10, 2025
1 parent 2d7bbc4 commit 3e50b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 50 deletions.
4 changes: 3 additions & 1 deletion awx/main/tests/data/inventory/plugins/insights/env.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"INSIGHTS_USER": "fooo",
"INSIGHTS_PASSWORD": "fooo"
"INSIGHTS_PASSWORD": "fooo",
"INSIGHTS_CLIENT_ID": "fooo",
"INSIGHTS_CLIENT_SECRET": "fooo"
}
49 changes: 0 additions & 49 deletions awx/main/tests/functional/rbac/test_rbac_migration.py

This file was deleted.

0 comments on commit 3e50b01

Please sign in to comment.