Skip to content

Commit

Permalink
Merge pull request #1268 from hashicorp/update-notification-configura…
Browse files Browse the repository at this point in the history
…tion-test

adjust notification configuration test to not check for url string pr…
  • Loading branch information
uturunku1 committed Feb 29, 2024
2 parents b7628ff + f40ebbe commit ef4d68e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -703,10 +703,6 @@ func testAccCheckTFENotificationConfigurationAttributesSlack(notificationConfigu
return fmt.Errorf("Bad triggers: %v", notificationConfiguration.Triggers)
}

if notificationConfiguration.URL != "http://example.com" {
return fmt.Errorf("Bad URL: %s", notificationConfiguration.URL)
}

return nil
}
}
Expand Down

0 comments on commit ef4d68e

Please sign in to comment.