Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit c1e3f97

Browse files
committed
Update test client config
1 parent 557cfc0 commit c1e3f97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/setup.go

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ func DefaultTestConfig() *config.Config {
165165
AlertConfig: &alert.Config{
166166
PagerdutyAlertEventsURL: "",
167167
RoutingCfgPath: "",
168+
SNSConfig: &client.SNSConfig{
169+
TopicArn: "e2e-test-arn",
170+
},
168171
},
169172
EngineConfig: &engine.Config{
170173
WorkerCount: workerCount,

0 commit comments

Comments
 (0)