1
0
Fork 0

fix test project

master
Bob Carroll 2017-07-02 12:18:56 -07:00
parent 699b16354e
commit 29f86d7ec0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class SearchTest {
public void testSimpleSearch() throws JiraException {
JiraClient jira = new JiraClient("https://jira.atlassian.com/", null);
String key = "JRA-1";
String key = "JRASERVER-1";
Issue.SearchResult searchResult = jira.searchIssues("key = " + key);
assertNotNull(searchResult);