From 23793e58bd6b34f57cb4e7289a4aab6ad2cc36b2 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:38:32 +0100 Subject: [PATCH] fix project tests --- internal/testutil/acc/project.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/testutil/acc/project.go b/internal/testutil/acc/project.go index c17ef8a112..55b539d0e0 100644 --- a/internal/testutil/acc/project.go +++ b/internal/testutil/acc/project.go @@ -72,7 +72,7 @@ func ConfigProject(projectName, orgID string, teams []*admin.TeamRole) string { team_id = "%s" role_names = %s } - `, t.GetTeamId(), strings.ReplaceAll(fmt.Sprintf("%+q", t.RoleNames), " ", ",")) + `, t.GetTeamId(), strings.ReplaceAll(fmt.Sprintf("%+q", *t.RoleNames), " ", ",")) } return fmt.Sprintf(`