Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for DICOM store pubsub topic removal. #3442

Merged
merged 2 commits into from
Jul 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion products/healthcare/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ objects:
- !ruby/object:Api::Type::Array
name: 'resourceTypes'
description: |
Supply a FHIR resource type (such as "Patient" or "Observation"). See
Supply a FHIR resource type (such as "Patient" or "Observation"). See
https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats
an empty list as an intent to stream all the supported resource types in this FHIR store.
item_type: Api::Type::String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,14 @@ func TestAccHealthcareDicomStore_basic(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
},
// TODO(b/148536607): Uncomment once b/148536607 is fixed.
// {
// Config: testGoogleHealthcareDicomStore_basic(dicomStoreName, datasetName),
// },
// {
// ResourceName: resourceName,
// ImportState: true,
// ImportStateVerify: true,
// },
{
Config: testGoogleHealthcareDicomStore_basic(dicomStoreName, datasetName),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
},
})
}
Expand Down