✅ Persistance de SearchText ajoutée
This commit is contained in:
parent
51286b2a64
commit
14dcd31da1
13 changed files with 302 additions and 197 deletions
|
|
@ -81,7 +81,7 @@ public class MainPageSaveTests
|
|||
Assert.NotEmpty(recorder.Calls);
|
||||
var (method, path, body) = recorder.FirstCall;
|
||||
Assert.Equal(HttpMethod.Post, method);
|
||||
Assert.Equal("blog", path);
|
||||
Assert.Equal("blogspot", path);
|
||||
var sent = Assert.IsType<BlogPostDto>(body);
|
||||
Assert.Equal(typed, sent.Title);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue