Skip to content

Commit

Permalink
Corrected Const Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ralikio committed Oct 4, 2024
1 parent 0aafb19 commit c66a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func FixBindingWithInstanceID(bindingID string, instanceID string) internal.Bind
Kubeconfig: "kubeconfig",
ExpirationSeconds: 600,
GenerationMethod: "adminkubeconfig",
BindingType: internal.BINDING_TYPE_TOKEN_REQUEST,
BindingType: internal.BINDING_TYPE_SERVICE_ACCOUNT,
}
}

Expand Down

0 comments on commit c66a84b

Please sign in to comment.