Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Mar 29, 2021
1 parent d3bc808 commit 629acec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openproject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ func TestClient_NewMultiPartRequest(t *testing.T) {
t.Errorf("An error occurred. Unexpected cookie. Expected %s, actual %s.", v.String(), c.session.Cookies[i].String())
}
}

if req.Header.Get("X-Atlassian-Token") != "nocheck" {
t.Errorf("An error occurred. Unexpected X-Atlassian-Token header value. Expected nocheck, actual %s.", req.Header.Get("X-Atlassian-Token"))
}
}

func TestClient_NewMultiPartRequest_BasicAuth(t *testing.T) {
Expand Down

0 comments on commit 629acec

Please sign in to comment.