Skip to content

Commit

Permalink
update container id
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Oct 1, 2024
1 parent 4c9a478 commit 8671360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/forkVnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const forkVnet = async (displayName: string) => {
],
method: 'POST',
body: JSON.stringify({
srcContainerId: 'a3cdcbc9-56a7-4583-bb2d-705f3bd58e43', //id for e2e-testing-aug-28-fork
srcContainerId: '6dd34974-e28e-4f28-bbd8-13898714f275', //id for e2e sep 30 fork
dstContainerDisplayName: displayName
})
}
Expand Down

0 comments on commit 8671360

Please sign in to comment.