Commit 4d645003 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add CommitId to test auth response

parent c2e6f5f7
......@@ -260,7 +260,7 @@ func gitOkBody(t *testing.T) string {
}
func archiveOkBody(t *testing.T, archiveName string) string {
return fmt.Sprintf(`{"RepoPath":"%s","ArchivePath":"/tmp/%s"}`, repoPath(t), archiveName)
return fmt.Sprintf(`{"RepoPath":"%s","ArchivePath":"/tmp/%s","CommitId":"c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd"}`, repoPath(t), archiveName)
}
func repoPath(t *testing.T) string {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment