mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-14 23:45:03 +02:00
Fixed test
This commit is contained in:
@ -81,8 +81,8 @@ func TestAuthenticationService_AcquireSessionCookie_Success(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestAuthenticationService_SetBasicAuth(t *testing.T) {
|
func TestAuthenticationService_SetBasicAuth(t *testing.T) {
|
||||||
// Skip setup() because we don't want a fully setup client
|
setup()
|
||||||
testClient = new(Client)
|
defer teardown()
|
||||||
|
|
||||||
testClient.Authentication.SetBasicAuth("test-user", "test-password")
|
testClient.Authentication.SetBasicAuth("test-user", "test-password")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user