Fixing more stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user