diff options
author | crupest <crupest@outlook.com> | 2019-02-05 00:21:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-05 00:21:10 +0800 |
commit | 478dfefdbf4b118d7453673a3aa93a638586b850 (patch) | |
tree | c3c90499783dba214dabff5e8aaf8ee56bc5a7fc | |
parent | b9fa5c9fb63fc7fe9d852df4e99600ff07898e25 (diff) | |
download | timeline-478dfefdbf4b118d7453673a3aa93a638586b850.tar.gz timeline-478dfefdbf4b118d7453673a3aa93a638586b850.tar.bz2 timeline-478dfefdbf4b118d7453673a3aa93a638586b850.zip |
...
-rw-r--r-- | Timeline.Tests/UnitTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/UnitTest.cs b/Timeline.Tests/UnitTest.cs index e201061b..c9ff7296 100644 --- a/Timeline.Tests/UnitTest.cs +++ b/Timeline.Tests/UnitTest.cs @@ -36,7 +36,7 @@ namespace Timeline.Tests { using (var client = _factory.CreateDefaultClient()) { - var response = await client.PostAsJsonAsync("/api/User/LogIn", new UserController.UserCredentials { Username = "crupest", Password = "yang0101" }); + var response = await client.PostAsJsonAsync("/api/User/LogIn", new UserController.UserCredentials { Username = "hello", Password = "crupest" }); Assert.Equal(HttpStatusCode.OK, response.StatusCode); |