Skip to content

Commit

Permalink
Fix: newSavedSearchesPagerduty
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayaraman committed May 19, 2023
1 parent 64c09ac commit 33fa271
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions splunk/resource_splunk_saved_searches_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ func TestAccSplunkSavedSearches(t *testing.T) {
),
},
{
<<<<<<< HEAD
Config: newSavedSearchesPagerduty,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(resourceName, "name", "Test Pagerduty Alert"),
Expand All @@ -451,8 +450,6 @@ func TestAccSplunkSavedSearches(t *testing.T) {
),
},
{
=======
>>>>>>> sortigoza-sortigoza/feat/pagerduty-alert
Config: newSavedSearchesJiraServiceDesk,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(resourceName, "name", "Test Jira Alert Ticket"),
Expand Down

0 comments on commit 33fa271

Please sign in to comment.