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

Commit 0a513db

Browse files
authored
Update projects_test.go
1 parent b1a9eac commit 0a513db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func TestEditProject(t *testing.T) {
281281
mux, client := setup(t)
282282

283283
var developerRole AccessControlValue = "developer"
284-
developerPipelineVariablesRole := CIPipelineVariables_DeveloperRole
284+
developerPipelineVariablesRole := CIPipelineVariablesDeveloperRole
285285
opt := &EditProjectOptions{
286286
CIRestrictPipelineCancellationRole: Ptr(developerRole),
287287
CIPipelineVariablesMinimumOverrideRole: Ptr(developerPipelineVariablesRole),

0 commit comments

Comments
 (0)