Skip to content

Commit

Permalink
Add tests for DICOM store pubsub topic removal. (#3442) (#6893)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Jul 30, 2020
1 parent 2e38a18 commit e6350b4
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .changelog/3442.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
healthcare: added tests for pubsub topic removal in `google_healthcare_dicom_store`
```
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ require (
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/stoewer/go-strcase v1.0.2
github.com/terraform-providers/terraform-provider-random v0.0.0-20190925200408-30dac3233094
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.26.0
google.golang.org/api v0.29.0
)

go 1.14

0 comments on commit e6350b4

Please sign in to comment.