Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 471c0c6

Browse files
committed
Merge pull request #467 from teads/deployementTest
Add `targetUrl` in the `deployment_status` creation test
2 parents 0ab893f + 7209bdf commit 471c0c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/scala/tv/teads/github/api/services/DeploymentServiceSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class DeploymentServiceSpec extends BaseSpec {
5858
it should "create a deployment status" in {
5959
val status = DeploymentStatusParam(
6060
state = DeploymentStatusState.error,
61-
description = Some("github-api-client/DeploymentServiceSpec Unit test - create Deployment Status")
61+
description = Some("github-api-client/DeploymentServiceSpec Unit test - create Deployment Status"),
62+
target_url = Some("https://www.google.com")
6263
)
6364

6465
whenReady(teadsClient.deployments.createStatus("github-api-client", 3775791, status)) { opt

0 commit comments

Comments
 (0)