From db24b1f4c65d59458d4e25cb46859afb10aec2c4 Mon Sep 17 00:00:00 2001 From: Adrien Aury <44274230+adrienaury@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:17:26 +0200 Subject: [PATCH] test(select): fix venom tests --- tests/suites/pull/single_relation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/suites/pull/single_relation.yml b/tests/suites/pull/single_relation.yml index f5c63710..18ca2db7 100755 --- a/tests/suites/pull/single_relation.yml +++ b/tests/suites/pull/single_relation.yml @@ -181,7 +181,6 @@ testcases: - script: lino dataconnector add source --schema public postgresql://postgres:sakila@source:5432/postgres?sslmode=disable - script: lino relation extract source - script: lino table extract source --only-tables - - script: lino id create customer - script: sed -i "s/true/false/g" ingress-descriptor.yaml - script: lino -v 5 pull source --limit 1 assertions: @@ -191,6 +190,7 @@ testcases: - name: pull with custom select columns on child in ingress descriptor steps: + - script: lino id create store - script: sed -i "s/true/false/g" ingress-descriptor.yaml - script: lino id set-child-lookup staff_store_id_fkey true - script: lino id set-child-select staff_store_id_fkey last_name first_name email @@ -203,6 +203,7 @@ testcases: - name: pull with custom select columns on parent in ingress descriptor steps: + - script: lino id create store - script: sed -i "s/true/false/g" ingress-descriptor.yaml - script: lino id set-parent-lookup store_address_id_fkey true - script: lino id set-parent-select store_address_id_fkey district address