Skip to content

Commit

Permalink
Fix test name and add description
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Schwarz <[email protected]>
  • Loading branch information
rswrz committed Jan 31, 2025
1 parent 495e073 commit f0e37c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/local/input_storage_configuration.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ run "should_fail_" {
}


run "should_fail_on_wrong_file_path" {
run "should_fail_with_disk_size_but_no_lun_on_log_settings" {
command = plan

variables {
Expand All @@ -187,6 +187,7 @@ run "should_fail_on_wrong_file_path" {
default_file_path = "D:\\data"
}
log_settings = {
# If no luns are provided, disk_size_gb should not be set
luns = []
disk_size_gb = 64
default_file_path = "G:\\log"
Expand Down

0 comments on commit f0e37c4

Please sign in to comment.