Skip to content

Commit

Permalink
Update commet for testname
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jan 20, 2022
1 parent f3cbdc2 commit b364d7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func TestPlanParserParse(t *testing.T) {
},
},
{
name: "plan ng pattern",
name: "plan ng pattern 0.12",
body: planFailureResult0_12,
result: ParseResult{
Result: `Error: Error refreshing state: 4 error(s) occurred:
Expand All @@ -490,7 +490,7 @@ func TestPlanParserParse(t *testing.T) {
},
},
{
name: "plan ng pattern",
name: "plan ng pattern 0.15",
body: planFailureResult0_15,
result: ParseResult{
Result: `| Error: Error refreshing state: 4 error(s) occurred:
Expand Down Expand Up @@ -593,7 +593,7 @@ func TestApplyParserParse(t *testing.T) {
},
},
{
name: "apply ng pattern",
name: "apply ng pattern 0.12",
body: applyFailureResult0_12,
result: ParseResult{
Result: `Error: Batch "project/tfnotify-jp-tfnotify-prod/services:batchEnable" for request "Enable Project Services tfnotify-jp-tfnotify-prod: map[logging.googleapis.com:{}]" returned error: failed to send enable services request: googleapi: Error 403: The caller does not have permission, forbidden
Expand All @@ -607,7 +607,7 @@ func TestApplyParserParse(t *testing.T) {
},
},
{
name: "apply ng pattern",
name: "apply ng pattern 0.15",
body: applyFailureResult0_15,
result: ParseResult{
Result: `| Error: Batch "project/tfnotify-jp-tfnotify-prod/services:batchEnable" for request "Enable Project Services tfnotify-jp-tfnotify-prod: map[logging.googleapis.com:{}]" returned error: failed to send enable services request: googleapi: Error 403: The caller does not have permission, forbidden
Expand Down

0 comments on commit b364d7a

Please sign in to comment.