Skip to content

Commit

Permalink
test(set_connection_details_test): Fix for overriding database from form
Browse files Browse the repository at this point in the history
We now prompt users to enter a database even when they're using a dbt profile, this updates the tests to account for this.
  • Loading branch information
gwenwindflower committed Apr 23, 2024
1 parent cfdacf7 commit de70f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions set_connection_details_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func TestSetConnectionDetailsWithDbtProfile(t *testing.T) {
UseDbtProfile: true,
DbtProfileName: "elf",
DbtProfileOutput: "dev",
Database: "mirkwood",
Schema: "hall_of_thranduil",
GenerateDescriptions: false,
BuildDir: "test_build",
Expand Down Expand Up @@ -78,6 +79,7 @@ func TestSetConnectionDetailsWithDuckDBDbtProfile(t *testing.T) {
UseDbtProfile: true,
DbtProfileName: "dwarf",
DbtProfileOutput: "dev",
Database: "khazad_dum",
Schema: "balins_tomb",
GenerateDescriptions: false,
BuildDir: "test_build",
Expand Down

0 comments on commit de70f19

Please sign in to comment.