Skip to content

Commit ef4d68e

Browse files
authored
Merge pull request #1268 from hashicorp/update-notification-configuration-test
adjust notification configuration test to not check for url string pr…
2 parents b7628ff + f40ebbe commit ef4d68e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/provider/resource_tfe_notification_configuration_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,6 @@ func testAccCheckTFENotificationConfigurationAttributesSlack(notificationConfigu
703703
return fmt.Errorf("Bad triggers: %v", notificationConfiguration.Triggers)
704704
}
705705

706-
if notificationConfiguration.URL != "http://example.com" {
707-
return fmt.Errorf("Bad URL: %s", notificationConfiguration.URL)
708-
}
709-
710706
return nil
711707
}
712708
}

0 commit comments

Comments
 (0)