1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-12-21 23:47:34 +02:00

Ensure Authenticated test validates the path where the AuthenticationService hasn't been initialized

This commit is contained in:
Jason O'Broin
2016-05-23 00:09:58 -07:00
parent bc5e20fe93
commit ca7e4dedd4
2 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
package jira
import (
"fmt"
)
import "fmt"
// AuthenticationService handles authentication for the JIRA instance / API.
//