Fix Argus Scrape Config SAML2 field default (#239)
* Fix Argus Scrape Config SAML2 field default * Adjust acceptance test
This commit is contained in:
parent
e4f2c40443
commit
dfc9e391d5
3 changed files with 18 additions and 3 deletions
|
|
@ -278,6 +278,9 @@ func TestAccResource(t *testing.T) {
|
|||
scrape_interval = "%s"
|
||||
sample_limit = %s
|
||||
metrics_path = "%s"
|
||||
saml2 = {
|
||||
enable_url_parameters = false
|
||||
}
|
||||
}
|
||||
`,
|
||||
testutil.ArgusProviderConfig(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue