Skip to content

Fix missing known usage data event

What does this MR do?

When implementing CI template usage data tracking, we missed one template event, causing errors. This was missed during tests because the shared example we relied on stubbed the track_event method, which is responsible for the failing validation.

Screenshots (strongly suggested)

Screenshot that demonstrates the test failure after the shared example update, before adding the missing event:

Screenshot_2021-02-09_at_13.06.21

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Hordur Freyr Yngvason

Merge request reports