Skip to content

Commit 482a131

Browse files
committed
Fix unset lastResponse variable
Signed-off-by: Josh Dolitsky <[email protected]>
1 parent 990f0ea commit 482a131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/02_push_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ var test02Push = func() {
7575
Equal(http.StatusCreated),
7676
Equal(http.StatusAccepted),
7777
))
78+
lastResponse = resp
7879
})
7980

8081
g.Specify("GET request to blob URL from prior request should yield 200 or 404 based on response code", func() {

0 commit comments

Comments
 (0)