1
0
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:
Florian Krauthan
2017-02-08 15:16:05 -08:00
parent dcb1c11006
commit 128b7b7bac

View File

@ -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")