Feature Toggles: Add two test feature toggles to test potential AB test setup (#98844)

* add two dummy feature toggles to use for testing potential AB testing setup

* update betterer

* update auto generated files

* fix camelcase test case
This commit is contained in:
Nathan Marrs
2025-01-13 13:13:13 -08:00
committed by GitHub
parent 1c67f4084c
commit 009d7f42b3
8 changed files with 59 additions and 11 deletions
-1
View File
@@ -256,7 +256,6 @@ func (_m *FakeDashboardStore) GetAllDashboardsByOrgId(ctx context.Context, orgID
return r0, r1
}
// GetDashboard provides a mock function with given fields: ctx, query
func (_m *FakeDashboardStore) GetDashboard(ctx context.Context, query *GetDashboardQuery) (*Dashboard, error) {
ret := _m.Called(ctx, query)