Skip to content

Commit

Permalink
Merge 738d35f into d84550e
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 1, 2021
2 parents d84550e + 738d35f commit 4940b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/y2storage/encryption_processes/secure_key_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def zkey_output(file)
"--volume-type", "LUKS2", "--sector-size", "2048"
)

described_class.send(testing_method, "YaST_cr", params)
described_class.send(testing_method, "YaST_cr", **params)
end
end

Expand All @@ -120,7 +120,7 @@ def zkey_output(file)
"--volume-type", "LUKS2", "--volumes", "/dev/dasdc1:cr_test"
)

described_class.send(testing_method, "YaST_cr", params)
described_class.send(testing_method, "YaST_cr", **params)
end
end

Expand All @@ -136,7 +136,7 @@ def zkey_output(file)
"--volume-type", "LUKS2", "--apqns", "01.0001,01.0002"
)

described_class.send(testing_method, "YaST_cr", params)
described_class.send(testing_method, "YaST_cr", **params)
end
end
end
Expand Down

0 comments on commit 4940b34

Please sign in to comment.