Skip to content

Commit

Permalink
Acceptance test: test missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkad committed Dec 5, 2024
1 parent 76dd009 commit 6c58c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/power-acceptance-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Acceptance Tests on Pull Request
name: PowerVS Acceptance Tests

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/power/resource_ibm_pi_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func ResourceIBMPIVolume() *schema.Resource {
// Attributes
Attr_Auxiliary: {
Computed: true,
Description: "Indicates if the volume is auxiliary or not.",
Description: "Indicates if the volume is auxiliary or not .",
Type: schema.TypeBool,
},
Attr_AuxiliaryVolumeName: {
Expand Down

0 comments on commit 6c58c96

Please sign in to comment.