Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
test: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Oct 5, 2023
1 parent d8b81e3 commit ecf08f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scanners/terraform/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ deny[res] {

}

func TestXxx(t *testing.T) {
func Test_DoNotScanNonRootModules(t *testing.T) {
fs := testutil.CreateFS(t, map[string]string{
"/code/app1/main.tf": `
module "s3" {
Expand Down

0 comments on commit ecf08f8

Please sign in to comment.