Update template_test.go
Cette révision appartient à :
Parent
b1ee08c7ee
révision
2201517574
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -68,7 +68,7 @@ func walkDirTest(dir string, t *testing.T) {
|
|||
fakeOauthModel := fakeOauthForm.Bind(&models.OauthClient{})
|
||||
fakeClient := client.Client{"", "", "", []string{""}, []string{""}, []string{""}, "", "", "", "", "", "", []string{""}, false}
|
||||
fakeAnnouncement := announcementValidator.CreateForm{1, "", 2}
|
||||
fakeNotification := &models.Notification{1, "test", true, "test", "test", time.Now(), 1}
|
||||
fakeNotification := &models.Notification{1, "test", true, "test", "test", time.Now(), time.Now(), 1}
|
||||
|
||||
contextvariables := ContextTest{
|
||||
"dumps.jet.html": func(variables jet.VarMap) jet.VarMap {
|
||||
|
|
Référencer dans un nouveau ticket