Skip to content

Remove redundant expects

Thiago Figueiró requested to merge remove-redundant-tests into master

Why is this change being made?

expect(report).to match_schema(:container_scanning) already verifies the presence of required properties. Checking them again is redundant.

Merge request reports