Skip to content

Commit

Permalink
Add tests for DICOM store pubsub topic removal. (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingao267 authored Jul 30, 2020
1 parent 6611db5 commit 50e59be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
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

0 comments on commit 50e59be

Please sign in to comment.