mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 12:40:57 +01:00
fixed test
This commit is contained in:
@@ -81,7 +81,7 @@ var dbtests = []struct {
|
|||||||
"2023-03-10T11:45:00.000Z", "", "",
|
"2023-03-10T11:45:00.000Z", "", "",
|
||||||
common.Upload{
|
common.Upload{
|
||||||
Id: "1", Expire: "asap", File: "none", Context: "foo",
|
Id: "1", Expire: "asap", File: "none", Context: "foo",
|
||||||
Created: common.Timestamp{}},
|
Created: common.Timestamp{}, Type: common.TypeUpload},
|
||||||
common.Form{},
|
common.Form{},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -90,7 +90,7 @@ var dbtests = []struct {
|
|||||||
common.Upload{},
|
common.Upload{},
|
||||||
common.Form{
|
common.Form{
|
||||||
Id: "1", Expire: "asap", Description: "none", Context: "foo",
|
Id: "1", Expire: "asap", Description: "none", Context: "foo",
|
||||||
Created: common.Timestamp{}},
|
Created: common.Timestamp{}, Type: common.TypeForm},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user