diff options
author | crupest <crupest@outlook.com> | 2022-04-07 20:45:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-07 20:45:24 +0800 |
commit | f8eecd3d50dec23d23b2fa1b6223b9c99d974214 (patch) | |
tree | 38a1518a58ed571b0ecfecc1b65de1fb1c1ec6c0 /BackEnd/Timeline.Tests/IntegratedTests | |
parent | 97a2b834e5b2da14a54d12a9bef423a8607f0e94 (diff) | |
download | timeline-f8eecd3d50dec23d23b2fa1b6223b9c99d974214.tar.gz timeline-f8eecd3d50dec23d23b2fa1b6223b9c99d974214.tar.bz2 timeline-f8eecd3d50dec23d23b2fa1b6223b9c99d974214.zip |
...
Diffstat (limited to 'BackEnd/Timeline.Tests/IntegratedTests')
-rw-r--r-- | BackEnd/Timeline.Tests/IntegratedTests/TimelineTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BackEnd/Timeline.Tests/IntegratedTests/TimelineTest.cs b/BackEnd/Timeline.Tests/IntegratedTests/TimelineTest.cs index d7832b60..72553248 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests/TimelineTest.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests/TimelineTest.cs @@ -383,7 +383,6 @@ namespace Timeline.Tests.IntegratedTests using (var client = await CreateClientAsUser())
{
await client.TestPatchAssertInvalidModelAsync("timelines/t1", new HttpTimelinePatchRequest { Name = "!!!" });
- await client.TestPatchAssertErrorAsync("timelines/t1", new HttpTimelinePatchRequest { Name = "t2" }, errorCode: ErrorCodes.Conflict.Timeline);
await client.TestPatchAsync("timelines/t1", new HttpTimelinePatchRequest { Name = "newt" });
|