Skip to content

Commit

Permalink
Fix Kubernetes test
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Dec 3, 2024
1 parent c924ae2 commit 9f24e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class IdeaUltimateTests : BaseUiTest() {
verifyCurrentFileTabContainsMessages(
"Found 1 issue in 1 file",
"kubernetes.yaml",
"Do not use wildcards when defining RBAC permissions."
"Replace this wildcard with a clear list of allowed resources."
)

openFile("file.tf")
Expand Down

0 comments on commit 9f24e9d

Please sign in to comment.