V14: Fix pipelines (#14566)
* Try undoing inheritance change Just to see if the issue stems from there * Try specifying order again * Log something * Maybe it's a culture thing * That wasn't it * Maybe content deliver need to exist as an applicationPart * Order found types * Cleanup
This commit is contained in:
@@ -46,7 +46,6 @@ internal sealed class OpenAPIContractTest : UmbracoTestServerTestBase
|
||||
public async Task Validate_OpenApi_Contract_is_implemented()
|
||||
{
|
||||
string[] keysToIgnore = { "servers", "x-generator" };
|
||||
|
||||
var officePath = GlobalSettings.GetBackOfficePath(HostingEnvironment);
|
||||
|
||||
var urlToContract = $"{officePath}/management/api/openapi.json";
|
||||
|
||||
Reference in New Issue
Block a user