Skip to content

Commit

Permalink
test(select): fix venom tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Oct 16, 2024
1 parent 9d779ee commit db24b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/suites/pull/single_relation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit db24b1f

Please sign in to comment.