Skip to content

Remove fake schemas

Brian Williams requested to merge bwill/remove-fake-schemas into master

Why is this change being made?

Currently, the unit tests use a mocked version of the security report schemas in order to test the report output. This MR removes the mocks and instead uses the actual schema from security-report-schemas along with the existing schema matcher in order to test that the report output complies with the schema.

Edited by Brian Williams

Merge request reports