We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcfaee commit 4168c9cCopy full SHA for 4168c9c
spec/v3/services/v2_subscription/executions_spec.rb
@@ -69,7 +69,10 @@
69
'started_at' => Time.now.to_s,
70
'finished_at' => (Time.now + 10.minutes).to_s,
71
'created_at' => Time.now.to_s,
72
- 'updated_at' => Time.now.to_s
+ 'updated_at' => Time.now.to_s,
73
+ 'repo_owner_name' => "svenfuchs",
74
+ 'repo_slug' => "svenfuchs/minimal",
75
+ 'sender_login' => "svenfuchs"
76
}]
77
})
78
end
0 commit comments