mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:17:34 +00:00
Revert "fix(eventstore): use decimal for position (#9881)"
This reverts commit e14639c0ad
.
This commit is contained in:
@@ -61,7 +61,7 @@ func Test_Call(t *testing.T) {
|
||||
args{
|
||||
ctx: context.Background(),
|
||||
timeout: time.Second,
|
||||
sleep: 2 * time.Second,
|
||||
sleep: time.Second,
|
||||
method: http.MethodPost,
|
||||
body: []byte("{\"request\": \"values\"}"),
|
||||
respBody: []byte("{\"response\": \"values\"}"),
|
||||
|
Reference in New Issue
Block a user