Skip to content

Commit 58443d3

Browse files
fix apigee instance tests (#14484) (#23558)
[upstream:db1d26ce50420f8f205249325bc3d65094088ab6] Signed-off-by: Modular Magician <[email protected]>
1 parent f3f7647 commit 58443d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/services/apigee/resource_apigee_instance_update_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ resource "google_apigee_instance" "apigee_instance" {
138138
]
139139
140140
access_logging_config {
141-
enabled = false,
141+
enabled = false
142142
filter = "status_code >= 0 && status_code < 600"
143143
}
144144
}
@@ -227,7 +227,7 @@ resource "google_apigee_instance" "apigee_instance" {
227227
]
228228
229229
access_logging_config {
230-
enabled = true,
230+
enabled = true
231231
filter = "status_code >= 200 && status_code < 300"
232232
}
233233
}

0 commit comments

Comments
 (0)