Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 committed Sep 18, 2024
1 parent 9c385de commit db07294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestAccTFENotificationConfiguration_update(t *testing.T) {
resource.TestCheckResourceAttr(
"tfe_notification_configuration.foobar", "triggers.#", "0"),
resource.TestCheckResourceAttr(
"tfe_notification_configuration.foobar", "url", fmt.Sprintf("%s?update=true", runTasksURL())),
"tfe_notification_configuration.foobar", "url", runTasksURL()),
),
},
{
Expand Down

0 comments on commit db07294

Please sign in to comment.