feat: add integration tests for signup, login, reset_password, forgot_password, verify_email
This commit is contained in:
@@ -95,5 +95,10 @@ func initArangodb() (arangoDriver.Database, error) {
|
||||
}
|
||||
}
|
||||
|
||||
sessionCollection, _ := arangodb.Collection(nil, Collections.Session)
|
||||
sessionCollection.EnsureHashIndex(ctx, []string{"user_id"}, &arangoDriver.EnsureHashIndexOptions{
|
||||
Sparse: true,
|
||||
})
|
||||
|
||||
return arangodb, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user