Skip to content

Commit 3df8656

Browse files
committed
Fix lint
1 parent 3ed6cb3 commit 3df8656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_wiki_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func testAPICreateWikiPage(t *testing.T, session *TestSession, userName, repoNam
182182
ContentBase64: base64.StdEncoding.EncodeToString([]byte("Wiki page content for API unit tests")),
183183
Message: "",
184184
}).AddTokenAuth(token)
185-
MakeRequest(t, req, http.StatusCreated)
185+
MakeRequest(t, req, status)
186186
}
187187

188188
func TestAPINewWikiPage(t *testing.T) {

0 commit comments

Comments
 (0)