From 12985ff96370ab142d423dfebc648f29ab51bb04 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 6 Jul 2022 23:58:13 -0700 Subject: [PATCH] Fixed spacing --- docs/testing/UnitTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing/UnitTests.md b/docs/testing/UnitTests.md index b1772a7..08a00d7 100644 --- a/docs/testing/UnitTests.md +++ b/docs/testing/UnitTests.md @@ -77,7 +77,7 @@ This test involves testing the different authentication modes of HTTP Digest, wh Each of these tests will utilize a variable length randomized string for the Realm, username, password, and entity body. The 3 different authentication modes are: - Basic: This will test the basic digest method, to validate successful authentication. - auth: This will test that the client can negotiate quality of protection, and select and use auth correctly. -- auth-int: This will present all modes to the agent as being available, and will verify that the agent will correctly select anduse the most stringent mode. +- auth-int: This will present all modes to the agent as being available, and will verify that the agent will correctly select and use the most stringent mode. **WebRTC Test:** In this test, the test tool will attempt to negotiate a Peer to Peer WebRTC Datachannel session between the test tool and the agent. This test is split into the various phases of the channel negotionation: