Fixed AbpServiceProxiesController_Tests.

pull/179/head
Halil İbrahim Kalkan 8 years ago
parent 6126acfcef
commit f9589330f3

@ -9,7 +9,7 @@ namespace Volo.Abp.AspNetCore.Mvc.ProxyScripting
[Fact]
public async Task GetAll()
{
var script = await GetResponseAsStringAsync("/AbpServiceProxies/GetAll");
var script = await GetResponseAsStringAsync("/Abp/ServiceProxyScript/");
script.Length.ShouldBeGreaterThan(0);
}
}

Loading…
Cancel
Save