Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update projects_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer authored Nov 12, 2024
1 parent b1a9eac commit 0a513db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func TestEditProject(t *testing.T) {
mux, client := setup(t)

var developerRole AccessControlValue = "developer"
developerPipelineVariablesRole := CIPipelineVariables_DeveloperRole
developerPipelineVariablesRole := CIPipelineVariablesDeveloperRole
opt := &EditProjectOptions{
CIRestrictPipelineCancellationRole: Ptr(developerRole),
CIPipelineVariablesMinimumOverrideRole: Ptr(developerPipelineVariablesRole),
Expand Down

0 comments on commit 0a513db

Please sign in to comment.