Skip to content

Commit 6c58c96

Browse files
committed
Acceptance test: test missing variables
1 parent 76dd009 commit 6c58c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/power-acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Acceptance Tests on Pull Request
1+
name: PowerVS Acceptance Tests
22

33
on:
44
pull_request:

ibm/service/power/resource_ibm_pi_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func ResourceIBMPIVolume() *schema.Resource {
138138
// Attributes
139139
Attr_Auxiliary: {
140140
Computed: true,
141-
Description: "Indicates if the volume is auxiliary or not.",
141+
Description: "Indicates if the volume is auxiliary or not .",
142142
Type: schema.TypeBool,
143143
},
144144
Attr_AuxiliaryVolumeName: {

0 commit comments

Comments
 (0)