Skip to content

Commit 614e9ba

Browse files
committed
Fix TestExtractAndDefaultParameters test.
1 parent ce42581 commit 614e9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/common/parameters_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func TestExtractAndDefaultParameters(t *testing.T) {
7070
DiskType: "pd-balanced",
7171
ReplicationType: "regional-pd",
7272
DiskEncryptionKMSKey: "foo/key",
73+
Tags: make(map[string]string),
7374
},
7475
},
7576
{

0 commit comments

Comments
 (0)