Skip to content

Commit

Permalink
updated true to detect hidden variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jayamala17 committed Aug 6, 2024
1 parent dc13424 commit fde3a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bag_courier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def setup
def create_courier(
dry_run:,
target_client:,
detect_hidden: true,
detect_hidden: @detect_hidden,
validator: @validator,
remove_export: false
)
Expand Down

0 comments on commit fde3a48

Please sign in to comment.