Fix TestRegistryAsCacheMutationAPIs
Use a synthetic upstream registry when creating the testing mirror configuration to avoid the test fail when trying to reach http://example.com Signed-off-by: Fernando Mayo Fernandez <fernando@undefinedlabs.com>master
							parent
							
								
									f18781257e
								
							
						
					
					
						commit
						6ca7b9e9fa
					
				|  | @ -2012,6 +2012,7 @@ type testEnv struct { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func newTestEnvMirror(t *testing.T, deleteEnabled bool) *testEnv { | func newTestEnvMirror(t *testing.T, deleteEnabled bool) *testEnv { | ||||||
|  | 	upstreamEnv := newTestEnv(t, deleteEnabled) | ||||||
| 	config := configuration.Configuration{ | 	config := configuration.Configuration{ | ||||||
| 		Storage: configuration.Storage{ | 		Storage: configuration.Storage{ | ||||||
| 			"testdriver": configuration.Parameters{}, | 			"testdriver": configuration.Parameters{}, | ||||||
|  | @ -2021,7 +2022,7 @@ func newTestEnvMirror(t *testing.T, deleteEnabled bool) *testEnv { | ||||||
| 			}}, | 			}}, | ||||||
| 		}, | 		}, | ||||||
| 		Proxy: configuration.Proxy{ | 		Proxy: configuration.Proxy{ | ||||||
| 			RemoteURL: "http://example.com", | 			RemoteURL: upstreamEnv.server.URL, | ||||||
| 		}, | 		}, | ||||||
| 	} | 	} | ||||||
| 	config.Compatibility.Schema1.Enabled = true | 	config.Compatibility.Schema1.Enabled = true | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue