Skip to content

Commit 1f8952f

Browse files
committed
fix test
1 parent 3ca836c commit 1f8952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/release_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func createNewRelease(t *testing.T, session *TestSession, repoURL, tag, title st
3939
postData["prerelease"] = "on"
4040
}
4141
if draft {
42-
postData["draft"] = "Save Draft"
42+
postData["draft"] = "1"
4343
}
4444
req = NewRequestWithValues(t, "POST", link, postData)
4545

0 commit comments

Comments
 (0)