add oslogin to the project services tests (#1471)

This commit is contained in:
Dana Hoffman 2018-05-10 10:02:31 -07:00 committed by GitHub
parent 63277caf39
commit 6672e09e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@ func TestAccProjectServices_ignoreUnenablableServices(t *testing.T) {
"containerregistry.googleapis.com",
"storage-api.googleapis.com",
"pubsub.googleapis.com",
"oslogin.googleapis.com",
}
resource.Test(t, resource.TestCase{
@ -200,6 +201,7 @@ func TestAccProjectServices_manyServices(t *testing.T) {
"logging.googleapis.com",
"ml.googleapis.com",
"monitoring.googleapis.com",
"oslogin.googleapis.com",
"pubsub.googleapis.com",
"replicapool.googleapis.com",
"replicapoolupdater.googleapis.com",