Skip to content

Commit

Permalink
test: update snapshots for schema-only branch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and luist18 committed Feb 5, 2025
1 parent 312158a commit a9c5a0f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/commands/__snapshots__/branches.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,25 @@ connection_uris:
"
`;

exports[`branches > create schema-only branch 1`] = `
"branch:
id: br-new-branch-123456
name: test_branch
created_at: 2021-01-01T00:00:00.000Z
endpoints:
- id: ep-undefined-123456
type: read_write
created_at: 2021-01-01T00:00:00.000Z
host: undefined.example.com
connection_uris:
- connection_uri: postgres://ep-undefined-123456.example.com:5432/test_project
"
`;

exports[`branches > create schema-only branch fails with read-only compute 1`] = `""`;

exports[`branches > create schema-only branch fails without compute 1`] = `""`;

exports[`branches > create with autoscaled CU 1`] = `
"id: br-new-branch-123456
name: test_branch_with_autoscaling
Expand Down

0 comments on commit a9c5a0f

Please sign in to comment.