Skip to content

Commit

Permalink
fixed linting issues created by commit cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Mar 8, 2022
1 parent ce97471 commit d3a6560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func TestUpdateUser(t *testing.T) {
api := houston.NewHoustonClient(client)
deploymentID := "ckggzqj5f4157qtc9lescmehm"
email := "[email protected]"
role := houston.DeploymentEditor
role := houston.DeploymentEditorRole

buf := new(bytes.Buffer)
err := UpdateUser(deploymentID, email, role, api, buf)
Expand Down

0 comments on commit d3a6560

Please sign in to comment.