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:
akshya96
2024-11-19 14:08:37 -08:00
committed by GitHub
parent 50cc886e46
commit 504227bd74
12 changed files with 763 additions and 157 deletions

View File

@@ -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")).