Skip to content

Commit

Permalink
fix lll
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Dec 12, 2024
1 parent 5691587 commit ff7f688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pulsar/resource_pulsar_namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ func testPulsarNamespaceExists(ns string) resource.TestCheckFunc {
}
}

func testPulsarNamespacePermissionGrantList(ns string, expectedNo int, role string, actionsNo int, actions []string) resource.TestCheckFunc {
func testPulsarNamespacePermissionGrantList(ns string, expectedNo int,
role string, actionsNo int, actions []string) resource.TestCheckFunc {
return func(s *terraform.State) error {
rs, ok := s.RootModule().Resources[ns]
if !ok {
Expand Down

0 comments on commit ff7f688

Please sign in to comment.