mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
test(integration): use proper error message in test
This commit is contained in:
parent
02171bffa0
commit
4181c2cd87
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ func TestCreateEntry(t *testing.T) {
|
|||
t.Errorf("Expected entryTitle %s, got %s", entryTitle, requestEntryTitle)
|
||||
}
|
||||
if requestEntryContent := req["content"]; requestEntryContent != entryContent {
|
||||
t.Errorf("Expected entryURL %s, got %s", entryContent, requestEntryContent)
|
||||
t.Errorf("Expected entryContent %s, got %s", entryContent, requestEntryContent)
|
||||
}
|
||||
if requestTags := req["tags"]; requestTags != tags {
|
||||
t.Errorf("Expected tags %s, got %s", tags, requestTags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue