Skip to content

Commit c4cde4d

Browse files
committed
Update v2/test/report_test.go
1 parent 43f5b98 commit c4cde4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/test/report_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Test_new_report_with_empty_run(t *testing.T) {
2020

2121
given.a_new_report().
2222
with_a_run_with_empty_result_added("tfsec", "https://tfsec.dev")
23-
then.report_text_is(`{"version":"2.1.0","$schema":"https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json","runs":[{"tool":{"driver":{"informationUri":"https://tfsec.dev","name":"tfsec","rules":[]}},"results":[]}]}`)
23+
then.report_text_is(`{"version":"2.1.0","$schema":"https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json","runs":[{"tool":{"driver":{"informationUri":"https://tfsec.dev","name":"tfsec","rules":[]}},"results":[]}]}`)
2424
}
2525

2626
func Test_new_simple_report_with_artifact(t *testing.T) {

0 commit comments

Comments
 (0)