Skip to content

Commit

Permalink
/endpoints -> /deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jan 24, 2024
1 parent 466a32e commit 098e310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/end-to-end-testing/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function prepareRestateTestContainer(
const res = await fetch(
`http://${startedRestateContainer.getHost()}:${startedRestateContainer.getMappedPort(
9070
)}/endpoints`,
)}/deployments`,
{
method: "POST",
headers: {
Expand Down

0 comments on commit 098e310

Please sign in to comment.