LANCommander/LANCommander.Server.UI.Tests/TestConstants.cs

8 lines
192 B
C#
Raw Permalink Normal View History

namespace LANCommander.Server.UI.Tests;
public static class TestConstants
{
public const string AdminUserName = "admin";
public const string AdminPassword = "Password1234!";
}