Fix for api_test.go
This passed in the #744 before merge, but apparently the test changed since the PR was created in ways that led to a new failures. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>master
							parent
							
								
									0355c3026c
								
							
						
					
					
						commit
						73702a8707
					
				|  | @ -963,7 +963,7 @@ func testManifestDelete(t *testing.T, env *testEnv, args manifestArgs) { | ||||||
| 	// --------------------
 | 	// --------------------
 | ||||||
| 	// Re-upload manifest by digest
 | 	// Re-upload manifest by digest
 | ||||||
| 	resp = putManifest(t, "putting signed manifest", manifestDigestURL, signedManifest) | 	resp = putManifest(t, "putting signed manifest", manifestDigestURL, signedManifest) | ||||||
| 	checkResponse(t, "putting signed manifest", resp, http.StatusAccepted) | 	checkResponse(t, "putting signed manifest", resp, http.StatusCreated) | ||||||
| 	checkHeaders(t, resp, http.Header{ | 	checkHeaders(t, resp, http.Header{ | ||||||
| 		"Location":              []string{manifestDigestURL}, | 		"Location":              []string{manifestDigestURL}, | ||||||
| 		"Docker-Content-Digest": []string{dgst.String()}, | 		"Docker-Content-Digest": []string{dgst.String()}, | ||||||
|  | @ -1372,7 +1372,7 @@ func createRepository(env *testEnv, t *testing.T, imageName string, tag string) | ||||||
| 	checkErr(t, err, "building manifest url") | 	checkErr(t, err, "building manifest url") | ||||||
| 
 | 
 | ||||||
| 	resp := putManifest(t, "putting signed manifest", manifestDigestURL, signedManifest) | 	resp := putManifest(t, "putting signed manifest", manifestDigestURL, signedManifest) | ||||||
| 	checkResponse(t, "putting signed manifest", resp, http.StatusAccepted) | 	checkResponse(t, "putting signed manifest", resp, http.StatusCreated) | ||||||
| 	checkHeaders(t, resp, http.Header{ | 	checkHeaders(t, resp, http.Header{ | ||||||
| 		"Location":              []string{manifestDigestURL}, | 		"Location":              []string{manifestDigestURL}, | ||||||
| 		"Docker-Content-Digest": []string{dgst.String()}, | 		"Docker-Content-Digest": []string{dgst.String()}, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue