Skip to content

Commit 60d7804

Browse files
Karthic HariharanSean Sain
authored andcommitted
gofmt changes
1 parent c0ce363 commit 60d7804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_saml_configuration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func testAccCheckSamlConfigurationExists(name string) resource.TestCheckFunc {
214214
}
215215
assertion_consumer_url := rs.Primary.Attributes["assertion_consumer_url"]
216216
if strings.EqualFold(assertion_consumer_url, "") {
217-
return fmt.Errorf("Assertion Consumer URL not found for Saml Configuration (id=%s)", id)
217+
return fmt.Errorf("Assertion Consumer URL not found for Saml Configuration (id=%s)", id)
218218
}
219219
return nil
220220
}

0 commit comments

Comments
 (0)