Skip to content

Commit

Permalink
fix project tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Jan 12, 2024
1 parent 8c48565 commit 23793e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testutil/acc/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down

0 comments on commit 23793e5

Please sign in to comment.