Skip to content

Commit

Permalink
Fixed gofmt issue (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Jun 21, 2021
1 parent e48e178 commit e967a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/utils/self_link_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestGetRegionFromRegionSelfLink(t *testing.T) {

func TestGetRegionFromRegionalSelfLink(t *testing.T) {
cases := map[string]string{
"projects/foo/locations/europe-north1/datasets/bar/operations/foobar": "europe-north1",
"projects/foo/locations/europe-north1/datasets/bar/operations/foobar": "europe-north1",
"projects/REDACTED/regions/europe-north1/subnetworks/tf-test-net-xbwhsmlfm8": "europe-north1",
}
for input, expected := range cases {
Expand Down

0 comments on commit e967a4f

Please sign in to comment.