We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15d976 commit 4b3eddaCopy full SHA for 4b3edda
tests/integration/timetracking_test.go
@@ -71,7 +71,7 @@ func testViewTimetrackingControls(t *testing.T, session *TestSession, user, repo
71
session.MakeRequest(t, req, http.StatusOK)
72
73
req = NewRequest(t, "GET", issueLink)
74
- session.MakeRequest(t, req, http.StatusOK)
+ resp = session.MakeRequest(t, req, http.StatusOK)
75
htmlDoc = NewHTMLParser(t, resp.Body)
76
77
events = htmlDoc.doc.Find(".event > span.text")
0 commit comments