mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Storing local clients to local storage paths ce changes (#28958)
* storing local clients to local storage paths ce changes * fix tests to be compatible with ce
This commit is contained in:
@@ -53,7 +53,7 @@ func TestOperatorUsageCommandRun(t *testing.T) {
|
||||
|
||||
now := time.Now().UTC()
|
||||
|
||||
_, _, err = clientcountutil.NewActivityLogData(client).
|
||||
_, _, _, err = clientcountutil.NewActivityLogData(client).
|
||||
NewPreviousMonthData(1).
|
||||
NewClientsSeen(6, clientcountutil.WithClientType("entity")).
|
||||
NewClientsSeen(4, clientcountutil.WithClientType("non-entity-token")).
|
||||
|
||||
Reference in New Issue
Block a user