feat(transaction): #85 replace datetime with date
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m56s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m33s

This commit was merged in pull request #89.
This commit is contained in:
2025-05-16 22:50:39 +02:00
parent 7d71f5a519
commit 6a254c09cf
6 changed files with 17 additions and 33 deletions

View File

@@ -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},
}