Skip to content

Commit

Permalink
Merge pull request #798 from Pix4D/pci-3852-fix-test-suite-names
Browse files Browse the repository at this point in the history
policy-checker: fix test suite names
  • Loading branch information
aliculPix4D authored Oct 4, 2024
2 parents 0d5c826 + 5b2aa63 commit b48648d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atc/api/policychecker/policychecker_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
)

func TestAccessor(t *testing.T) {
func TestPolicyChecker(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "API PolicyChecker Suite")
}
Expand Down
2 changes: 1 addition & 1 deletion atc/policy/opa/agent_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
. "github.com/onsi/gomega"
)

func TestVault(t *testing.T) {
func TestPolicyAgent(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Policy Agent Suite")
}

0 comments on commit b48648d

Please sign in to comment.