Skip to content

Commit

Permalink
test: moving some variables to separate varfiles to test reading from…
Browse files Browse the repository at this point in the history
… them
  • Loading branch information
Varun0157 committed Jun 18, 2024
1 parent 5fc5921 commit 42c8e33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions tests/bundles/auto-test.zzv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# to ensure that the module is reading from varfiles, we put some essential
# variables in the varfiles

default:
getUrl: /get
fooVar: bar
random:
getUrl: /random
fooVar: random
2 changes: 0 additions & 2 deletions tests/bundles/auto-tests.zzb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ variables:
streetAddress: 7th street
city: Nara
postalCode: "560001" # string. This will make a difference when used in the body
getUrl: /get
fooVar: bar
agrostar: https://test-farmerapp.agrostar.in
pi: 3.14

Expand Down

0 comments on commit 42c8e33

Please sign in to comment.