mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 00:38:16 +08:00
refactoring acceptance tests..they need some tlc
This commit is contained in:
8
test/Ocelot.AcceptanceTests/TestConfiguration.cs
Normal file
8
test/Ocelot.AcceptanceTests/TestConfiguration.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ocelot.AcceptanceTests
|
||||
{
|
||||
public static class TestConfiguration
|
||||
{
|
||||
public static double Version => 1.4;
|
||||
public static string ConfigurationPath => $"./bin/Debug/netcoreapp{Version}/configuration.yaml";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user