Skip to content

Commit

Permalink
chore(internal): codegen related update (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 23, 2025
1 parent 48109c7 commit 32cac7f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/api-resources/hyperdrive/configs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('resource configs', () => {
origin: {
database: 'postgres',
host: 'database.example.com',
password: 'password',
port: 5432,
scheme: 'postgres',
user: 'postgres',
Expand All @@ -41,7 +40,6 @@ describe('resource configs', () => {
origin: {
database: 'postgres',
host: 'database.example.com',
password: 'password',
port: 5432,
scheme: 'postgres',
user: 'postgres',
Expand All @@ -58,7 +56,6 @@ describe('resource configs', () => {
origin: {
database: 'postgres',
host: 'database.example.com',
password: 'password',
port: 5432,
scheme: 'postgres',
user: 'postgres',
Expand All @@ -81,7 +78,6 @@ describe('resource configs', () => {
origin: {
database: 'postgres',
host: 'database.example.com',
password: 'password',
port: 5432,
scheme: 'postgres',
user: 'postgres',
Expand Down Expand Up @@ -146,7 +142,7 @@ describe('resource configs', () => {
account_id: '023e105f4ecef8ad9ca31a8372d0c353',
caching: { disabled: true },
name: 'example-hyperdrive',
origin: { database: 'postgres', password: 'password', scheme: 'postgres', user: 'postgres' },
origin: { database: 'postgres', scheme: 'postgres', user: 'postgres' },
});
});

Expand Down

0 comments on commit 32cac7f

Please sign in to comment.