Commit 6ca3e9dd authored by Kati Paizee's avatar Kati Paizee

Merge branch 'dreedy-fix-snowplow-test-best-practices-examples' into 'master'

Fix examples in Snowplow testing best practices docs

See merge request gitlab-org/gitlab!68117
parents 667eebf7 e7ef0e28
...@@ -911,14 +911,16 @@ describe '#show', :snowplow do ...@@ -911,14 +911,16 @@ describe '#show', :snowplow do
expect_snowplow_event( expect_snowplow_event(
category: 'Experiment', category: 'Experiment',
action: 'start', action: 'start',
standard_context: { namespace: group, project: project } namespace: group,
project: project
) )
expect_snowplow_event( expect_snowplow_event(
category: 'Experiment', category: 'Experiment',
action: 'sent', action: 'sent',
property: 'property', property: 'property',
label: 'label', label: 'label',
standard_context: { namespace: group, project: project } namespace: group,
project: project
) )
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment