1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-16 23:47:50 +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

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