Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Jun 5, 2024
1 parent e7a07db commit 61666f3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ describe('Gemini Connector', () => {
describe('config validation', () => {
test('config validation passes when only required fields are provided', () => {
const config: Config = {
apiUrl:
`https://us-central1-aiplatform.googleapis.com/v1/projects/test-gcpProject/locations/us-central-1/publishers/google/models/${DEFAULT_GEMINI_MODEL}:generateContent`,
apiUrl: `https://us-central1-aiplatform.googleapis.com/v1/projects/test-gcpProject/locations/us-central-1/publishers/google/models/${DEFAULT_GEMINI_MODEL}:generateContent`,
defaultModel: DEFAULT_GEMINI_MODEL,
gcpRegion: 'us-central-1',
gcpProjectID: 'test-gcpProject',
Expand Down

0 comments on commit 61666f3

Please sign in to comment.