Skip to content

Commit d7d2c45

Browse files
committed
fix a warning
1 parent 8463968 commit d7d2c45

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/dgould\\[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)