Skip to content

Commit

Permalink
lint fix data_source_authdomain_ad_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimonWallix committed Dec 19, 2024
1 parent d09b458 commit f0dc615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/data_source_authdomain_ad_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "wallix-bastion_authdomain_ad" "testacc_dataAuthDomain" {
}
data "wallix-bastion_authdomain" "testacc_dataDomain" {
domain_name = wallix-bastion_domain.testacc_dataDomain.domain_name
domain_name = wallix-bastion_domain.testacc_dataDomain.domain_name
auth_domain_name = wallix-bastion_domain.testacc_dataDomain.domain_real_name
}
`
Expand Down

0 comments on commit f0dc615

Please sign in to comment.