Skip to content

Commit 4b3edda

Browse files
committed
fix test
1 parent a15d976 commit 4b3edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/timetracking_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func testViewTimetrackingControls(t *testing.T, session *TestSession, user, repo
7171
session.MakeRequest(t, req, http.StatusOK)
7272

7373
req = NewRequest(t, "GET", issueLink)
74-
session.MakeRequest(t, req, http.StatusOK)
74+
resp = session.MakeRequest(t, req, http.StatusOK)
7575
htmlDoc = NewHTMLParser(t, resp.Body)
7676

7777
events = htmlDoc.doc.Find(".event > span.text")

0 commit comments

Comments
 (0)