mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-06 22:13:02 +02:00
FIxed test names in ath tests
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAcquireSessionCookie_Success(t *testing.T) {
|
||||
func TestAcquireSessionCookie_Fail(t *testing.T) {
|
||||
setup()
|
||||
defer teardown()
|
||||
testMux.HandleFunc("/rest/auth/1/session", func(w http.ResponseWriter, r *http.Request) {
|
||||
@ -38,7 +38,7 @@ func TestAcquireSessionCookie_Success(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestAcquireSessionCookie_Fail(t *testing.T) {
|
||||
func TestAcquireSessionCookie_Success(t *testing.T) {
|
||||
setup()
|
||||
defer teardown()
|
||||
testMux.HandleFunc("/rest/auth/1/session", func(w http.ResponseWriter, r *http.Request) {
|
||||
|
Reference in New Issue
Block a user