We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9d69f commit a657716Copy full SHA for a657716
sumologic/data_source_sumologic_folder_test.go
@@ -31,7 +31,7 @@ func TestAccDataSourceFolder_folder_does_not_exist(t *testing.T) {
31
{
32
Config: folderConfig("/Library/Users/[email protected]/doesNotExist"),
33
ExpectError: regexp.MustCompile(
34
- "folder with path '/Library/Users/[email protected]/doesNotExist' does not exist"),
+ "folder with path '/Library/Users/dgould\\[email protected]/doesNotExist' does not exist"),
35
},
36
37
})
0 commit comments