feat(transaction): #85 replace datetime with date
This commit was merged in pull request #89.
This commit is contained in:
@@ -911,7 +911,7 @@ func TestIntegrationAuth(t *testing.T) {
|
||||
assert.Equal(t, http.StatusOK, resp.StatusCode)
|
||||
|
||||
formData = url.Values{
|
||||
"timestamp": {"2006-01-02T15:04"},
|
||||
"timestamp": {"2006-01-02"},
|
||||
"value": {"100.00"},
|
||||
"csrf-token": {csrfToken},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user