Skip to content

Commit 8463968

Browse files
committed
revert sumologic_folder_test.go changes
1 parent 69477ee commit 8463968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/data_source_sumologic_folder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestAccDataSourceFolder_folder_does_not_exist(t *testing.T) {
3131
{
3232
Config: folderConfig("/Library/Users/[email protected]/doesNotExist"),
3333
ExpectError: regexp.MustCompile(
34-
`folder with path '/Library/Users/[email protected]/doesNotExist' does not exist`),
34+
"folder with path '/Library/Users/dgould\\[email protected]/doesNotExist' does not exist"),
3535
},
3636
},
3737
})

0 commit comments

Comments
 (0)