Skip to content

Commit

Permalink
HOME-1781: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
VSevostianov committed Sep 30, 2024
1 parent 6a75066 commit 95a91af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svc_contributor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ func TestContributorService_Update(t *testing.T) {
testHeader(t, r, apiTokenHeader, testApiToken)
data := `{
"is_admin": true,
"is_reviewer":false,
"role_id":null
"is_reviewer":false
}`

req := new(bytes.Buffer)
Expand Down

0 comments on commit 95a91af

Please sign in to comment.