1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-23 00:07:40 +02:00

Updates tests and examples to work with proposed changes

This commit is contained in:
spmassot
2018-10-16 13:41:50 -04:00
parent c6f546da3a
commit 02a41efba4
8 changed files with 27 additions and 51 deletions

View File

@ -29,7 +29,7 @@ func main() {
Password: strings.TrimSpace(password),
}
client, err := jira.NewClient(tp.Client(), strings.TrimSpace(jiraURL))
client, err := jira.NewClient(tp.Client(), strings.TrimSpace(jiraURL), true)
if err != nil {
fmt.Printf("\nerror: %v\n", err)
return