Skip to content

Commit

Permalink
Merge pull request dmacvicar#467 from dmacvicar/pr-460-broken-tests
Browse files Browse the repository at this point in the history
Fix broken acceptance tests from dmacvicar#460
  • Loading branch information
dmacvicar authored Oct 31, 2018
2 parents 1f6aa5c + 2308f09 commit 07d7ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirt/data_source_libvirt_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func TestAccLibvirtNetworkDataSource_DNSSRVTemplate(t *testing.T) {
{
Config: `data "libvirt_network_dns_srv_template" "etcd_cluster" {
count = 2
service = etcd-server-ssl
protocol = tcp
service = "etcd-server-ssl"
protocol = "tcp"
target = "my-etcd-${count.index}.tt.testing"
}`,
Check: resource.ComposeTestCheckFunc(
Expand Down

0 comments on commit 07d7ab4

Please sign in to comment.