We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2969cdd commit 1c459e0Copy full SHA for 1c459e0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [1.0.1] - 2021-02-15
4
+- Added exception handling around redirect and SSE testing to ensure better error reporting
5
+
6
## [1.0.0] - 2020-11-06
7
- Added remaining tests for service responses
8
rf_protocol_validator.py
@@ -24,7 +24,7 @@
24
from assertions.constants import Result
25
from assertions.system_under_test import SystemUnderTest
26
27
-tool_version = '1.0.0'
+tool_version = '1.0.1'
28
29
30
def perform_tests(sut: SystemUnderTest):
0 commit comments