Skip to content

Commit

Permalink
das-toolbox-125: Update dbms run
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Nov 6, 2024
1 parent 0747e06 commit 407b6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/fixtures/dbms_context.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public.atoms handle IN ('d0e88a51-b5dd-4000-a1c7-e55a7e12423a', '4ed34a99-120b-4c38-a1ab-348894e15d3f')
public.atoms handle IN ('d0e88a51-b5dd-4000-a1c7-e55a7e12423a', '4ed34a99-120b-4c38-a1ab-348894e15d3f')
3 changes: 1 addition & 2 deletions tests/integration/test_dbms_peer.bats
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ setup() {
local client_password="$postgres_password"
local client_database="$postgres_database"
local context="$test_fixtures_dir/dbms_context.txt"
local context_db="$(cat $context | cut -d " " -f 1)"

run das-cli dbms-peer run \
--client-hostname $client_hostname \
Expand All @@ -95,6 +94,6 @@ setup() {
--client-database $client_database \
--context "$context"

assert_line --partial "The '$(cat $context_db)' has been mapped"
assert_line --partial "The 'public.atoms' has been mapped"
assert_line --partial "Done."
}

0 comments on commit 407b6b1

Please sign in to comment.