Experiment with setting up system test docker services
This commit is contained in:
13
tests/WebApi.Tests.System/Constants.cs
Normal file
13
tests/WebApi.Tests.System/Constants.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace WebApi.Tests.System;
|
||||
|
||||
public static class Constants
|
||||
{
|
||||
public static class Login
|
||||
{
|
||||
public const string ClientId = "vegasco";
|
||||
public const string ClientSecret = "siIgnkijkkIxeQ9BDNwnGGUb60S53QZh";
|
||||
public const string Username = "test.user";
|
||||
public const string Password = "T3sttest.";
|
||||
public const string Realm = "development";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user