diff options
author | crupest <crupest@outlook.com> | 2020-02-03 17:50:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-03 17:50:17 +0800 |
commit | 4b2569368073bbd556bbe71bd51807de91f814cb (patch) | |
tree | 9f9747d30d15abf8389527039db542c961135b1f /Timeline.Tests/IntegratedTests | |
parent | 10985f0a26010988d26777d5a6d985b4fbc0a776 (diff) | |
download | timeline-4b2569368073bbd556bbe71bd51807de91f814cb.tar.gz timeline-4b2569368073bbd556bbe71bd51807de91f814cb.tar.bz2 timeline-4b2569368073bbd556bbe71bd51807de91f814cb.zip |
Add TimelineController.
Diffstat (limited to 'Timeline.Tests/IntegratedTests')
-rw-r--r-- | Timeline.Tests/IntegratedTests/PersonalTimelineTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/IntegratedTests/PersonalTimelineTest.cs b/Timeline.Tests/IntegratedTests/PersonalTimelineTest.cs index cc170a98..7d0a68e8 100644 --- a/Timeline.Tests/IntegratedTests/PersonalTimelineTest.cs +++ b/Timeline.Tests/IntegratedTests/PersonalTimelineTest.cs @@ -165,7 +165,7 @@ namespace Timeline.Tests.IntegratedTests { var res = await client.PutAsync("/users/user1/timeline/members/usernotexist", null); res.Should().HaveStatusCode(400) - .And.HaveCommonBody(ErrorCodes.TimelineController.MemberPut_NotExist); + .And.HaveCommonBody(ErrorCodes.TimelineCommon.MemberPut_NotExist); } await AssertEmptyMembers(); { |