Skip to content

Commit 4168c9c

Browse files
committed
Fix spec
1 parent 3fcfaee commit 4168c9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/v3/services/v2_subscription/executions_spec.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@
6969
'started_at' => Time.now.to_s,
7070
'finished_at' => (Time.now + 10.minutes).to_s,
7171
'created_at' => Time.now.to_s,
72-
'updated_at' => Time.now.to_s
72+
'updated_at' => Time.now.to_s,
73+
'repo_owner_name' => "svenfuchs",
74+
'repo_slug' => "svenfuchs/minimal",
75+
'sender_login' => "svenfuchs"
7376
}]
7477
})
7578
end

0 commit comments

Comments
 (0)