Revert "Store global clients at separate storage paths (#28926)" (#29272)

This reverts commit e21dfa6b1c.

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
divyaac
2025-01-02 11:42:41 -08:00
committed by GitHub
parent 81590f45a4
commit 1aa49af191
13 changed files with 155 additions and 696 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")).