Fixing more stuff

This commit is contained in:
2022-02-06 18:27:30 +01:00
parent 8bc01e0984
commit e582a75d9e
13 changed files with 56 additions and 38 deletions

View File

@@ -134,7 +134,7 @@ func TestArticlePost(t *testing.T) {
},
},
Tags: []string{},
Link: "/article/testooo",
Link: "article/testooo",
},
Code: http.StatusCreated,
AfterExec: func(information *testInformation) {
@@ -229,7 +229,7 @@ func TestArticlePatch(t *testing.T) {
},
Created: created,
Tags: []string{},
Link: "/article/test-article",
Link: "article/test-article",
},
AfterExec: func(information *testInformation) {
var modified int64