initial v0.8 pre-release
This commit is contained in:
@@ -30,8 +30,8 @@ func MockRequestLogsData(app *TestApp) error {
|
||||
"",
|
||||
"",
|
||||
"{}",
|
||||
"2022-05-01 10:00:00.123",
|
||||
"2022-05-01 10:00:00.123"
|
||||
"2022-05-01 10:00:00.123Z",
|
||||
"2022-05-01 10:00:00.123Z"
|
||||
),
|
||||
(
|
||||
"f2133873-44fb-9f38-bf82-c918f53b310d",
|
||||
@@ -44,8 +44,8 @@ func MockRequestLogsData(app *TestApp) error {
|
||||
"",
|
||||
"",
|
||||
'{"errorDetails":"error_details..."}',
|
||||
"2022-05-02 10:00:00.123",
|
||||
"2022-05-02 10:00:00.123"
|
||||
"2022-05-02 10:00:00.123Z",
|
||||
"2022-05-02 10:00:00.123Z"
|
||||
);
|
||||
`).Execute()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user