Skip to content

Commit 0e468ef

Browse files
committed
CSRE-183: changes to tests
1 parent 695d508 commit 0e468ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_data_forwarding_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func testAccCheckDataForwardingDestroy() resource.TestCheckFunc {
155155
}
156156

157157
if p != nil {
158-
return fmt.Errorf("Data Forwarding still exists")
158+
return fmt.Errorf("Data Forwarding still exists!")
159159
}
160160
}
161161
return nil

0 commit comments

Comments
 (0)