Skip to content

Commit 43af0c3

Browse files
committed
fix(srv): reset
1 parent fa83438 commit 43af0c3

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pages/serverless-containers/how-to/test-a-container.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Testing **Private** Serverless Functions is not possible using the Scaleway cons
3535

3636
7. Click **+ Advanced options** to add any required HTTP header or parameter to your container.
3737

38-
8. Click **Run**.
38+
8. Copy the generated command, then execute it in a terminal.
3939

40-
The **Output** section displays the response from your container and the status code.
40+
The output of your terminal displays the response from your container, and the status code.
4141

4242
<Message type="note">
4343
If you encounter a message error while testing your container, refer to the [dedicated troubleshooting](/serverless-containers/troubleshooting/tests-fail-on-container/) for more information.

pages/serverless-containers/troubleshooting/tests-fail-on-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ I get error messages when testing Serverless Containers using the Scaleway Conso
1313

1414
## Cause
1515

16-
Testing **Private** Serverless Containers is not possible using the Scaleway console due to CORS limitations.
16+
**Private** Serverless Containers require you use an authentication token.
1717

1818
## Possible solutions
1919

pages/serverless-functions/how-to/test-a-function.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Testing **Private** Serverless Functions is not possible using the Scaleway cons
3535

3636
7. Click **+ Advanced options** to add any required HTTP header or parameter to your function.
3737

38-
8. Click **Run**.
38+
8. Copy the generated command, then execute it in a terminal.
39+
40+
The output of your terminal displays the response from your function, and the status code.
3941

4042
The **Output** section displays the response from your function and the status code.
4143

pages/serverless-functions/troubleshooting/tests-fail-on-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ I get error messages when testing Serverless Functions using the Scaleway Consol
1313

1414
## Cause
1515

16-
Testing **Private** Serverless Functions is not possible using the Scaleway console due to CORS limitations.
16+
**Private** Serverless Functions require you use an authentication token.
1717

1818
## Possible solutions
1919

0 commit comments

Comments
 (0)