Skip to content

Commit

Permalink
Give test a meaningful name
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 f0e37c4 commit e92fa2d
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 @@ -142,7 +142,7 @@ run "should_fail_on_missing_disk_size_when_lun_is_defined" {
expect_failures = [var.storage_configuration]
}

run "should_fail_" {
run "should_fail_with_disk_size_but_no_lun_on_data_settings" {
command = plan

variables {
Expand All @@ -152,6 +152,7 @@ run "should_fail_" {
system_db_on_data_disk_enabled = false

data_settings = {
# If no luns are provided, disk_size_gb should not be set
luns = []
disk_size_gb = 64
default_file_path = "D:\\data"
Expand Down

0 comments on commit e92fa2d

Please sign in to comment.