Fix manifest API unit tests
Signed-off-by: Richard Scothern <richard.scothern@gmail.com>master
							parent
							
								
									3a1220de01
								
							
						
					
					
						commit
						3ea0d70896
					
				|  | @ -1681,9 +1681,9 @@ func testManifestDelete(t *testing.T, env *testEnv, args manifestArgs) { | |||
| 
 | ||||
| 	// --------------------
 | ||||
| 	// Uupload manifest by tag
 | ||||
| 	tag := signedManifest.Tag | ||||
| 	tag := "atag" | ||||
| 	manifestTagURL, err := env.builder.BuildManifestURL(imageName, tag) | ||||
| 	resp = putManifest(t, "putting signed manifest by tag", manifestTagURL, signedManifest) | ||||
| 	resp = putManifest(t, "putting signed manifest by tag", manifestTagURL, args.mediaType, manifest) | ||||
| 	checkResponse(t, "putting signed manifest by tag", resp, http.StatusCreated) | ||||
| 	checkHeaders(t, resp, http.Header{ | ||||
| 		"Location":              []string{manifestDigestURL}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue