Skip to content

Commit ab58c44

Browse files
Merge pull request #593 from AmbientLighter/patch-2
Fix typos: tupel and test_ouput
2 parents 295d9a8 + 4d6d656 commit ab58c44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sp_test/internal.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Test (in the context of an operation)
5353
- class to be executed as part of an operation, either before ("pre") or after ("post") the sequence or inbetween a SAML request and response ("mid").
5454
There are standard tests with the Request class (VerifyAuthnRequest) and operation-specific tests.
5555
- Example for an operation-specific "mid" test: VerifyIfRequestIsSigned
56-
- A test may be specified together with an argument as a tupel
56+
- A test may be specified together with an argument as a tuple.
5757

5858
Flow
5959
....
60-
* A tupel of classes that together implement an SAML request-response pair between IDP and SP (and possible other actors, such as a discovery service or IDP-proxy). A class can be derived from Request, Response (or other), Check or Operation.
60+
* A tuple of classes that together implement an SAML request-response pair between IDP and SP (and possible other actors, such as a discovery service or IDP-proxy). A class can be derived from Request, Response (or other), Check or Operation.
6161
* A flow for a solicited authentication consists of 4 classes:
6262

6363
* flow[0]: Operation (Handling a login flow such as discovery or WAYF - not implemented yet)
@@ -146,4 +146,4 @@ INFORMATION = 0, OK = 1, WARNING = 2, ERROR = 3, CRITICAL = 4, INTERACTION = 5
146146

147147

148148
There are 2 targets to write output to:
149-
* Test_ouput is written to conv.test_ouput during the execution of the flows.
149+
* Test_output is written to conv.test_output during the execution of the flows.

0 commit comments

Comments
 (0)