Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Fixing integration tests after switching back to the testAccClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Vedder committed Feb 4, 2022
1 parent 56121f7 commit b24dd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0/data_source_auth0_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data auth0_client test {
const testAccDataClientConfigById = `
%v
data auth0_client test {
client_id = auth0_client.test.client_id
client_id = auth0_client.my_client.client_id
}
`

Expand Down

0 comments on commit b24dd52

Please sign in to comment.