1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-30 08:47:11 +02:00

Fixed test TestMetaIssueType_CheckCompleteAndAvailable_NotAvailable to actually trigger the unavailable case

This commit is contained in:
Bidesh Thapaliya 2016-10-05 18:42:31 +02:00
parent 14143f2f57
commit 4ca40d473c

View File

@ -529,6 +529,7 @@ func TestMetaIssueType_CheckCompleteAndAvailable_NotAvailable(t *testing.T) {
}
config := map[string]string{
"Summary": "Issue Summary",
"SomeKey": "somevalue",
}