Skip to content

Commit 32f3160

Browse files
committed
Update v2/test/report_test.go
1 parent 2b9e88f commit 32f3160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2/test/report_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func Test_new_simple_report_with_propertybag(t *testing.T) {
3838
run := given.a_new_report().
3939
with_a_run_added("tfsec", "https://tfsec.dev")
4040
when.some_properties_are_added_to_the_run(run)
41-
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":[],"properties":{"integer_property":10,"string_property":"this is a string"}}]}`)
41+
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":[],"properties":{"integer_property":10,"string_property":"this is a string"}}]}`)
4242
}
4343

4444
func Test_new_simple_report_with_duplicate_artifact(t *testing.T) {

0 commit comments

Comments
 (0)