File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
scripts/agent-evals/src/mock/mocks Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11import { DEFAULT_FIREBASE_PROJECT , DEFAULT_FIREBASE_USER } from "../../data/index.js" ;
22import { hydrateTemplate } from "../../../../../src/mcp/tools/core/get_environment" ;
33import { toMockContent } from "../tool-mock-utils.js" ;
4+ import { isBillingEnabled } from "../../../../../src/gcp/cloudbilling.js" ;
45
56const PROJECT_DIR = "/Users/fakeuser/develop/fake-project" ;
67export const IOS_APP_ID = `1:${ DEFAULT_FIREBASE_PROJECT } :ios:abc123efj456` ;
@@ -12,6 +13,7 @@ const BASE_ENVIRONMENT_CONFIG = {
1213 projectId : DEFAULT_FIREBASE_PROJECT ,
1314 projectAliases : [ ] ,
1415 projectDir : PROJECT_DIR ,
16+ isBillingEnabled : true ,
1517 geminiTosAccepted : true ,
1618 authenticatedUser : DEFAULT_FIREBASE_USER ,
1719 projectAliasMap : { } ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const environmentConfig = {
1515 projectId : DEFAULT_FIREBASE_PROJECT ,
1616 projectAliases : [ ] ,
1717 projectDir : PROJECT_DIR ,
18+ isBillingEnabled : true ,
1819 geminiTosAccepted : true ,
1920 authenticatedUser : DEFAULT_FIREBASE_USER ,
2021 projectAliasMap : { } ,
You can’t perform that action at this time.
0 commit comments