Skip to content

Commit a657716

Browse files
committed
Fix regex in one of the test case
1 parent ab9d69f commit a657716

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)