Skip to content

Commit 2bed099

Browse files
committed
update tests
1 parent 67a8e56 commit 2bed099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sdk/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ async def test_display_schema_load_errors_details_namespace(mock_get_node) -> No
389389
mock_get_node.assert_called_once()
390390
output = console.file.getvalue()
391391
expected_console = """Unable to load the schema:
392-
Node: OuTInstance | namespace (OuT) | String should match pattern '^[A-Z]+$' (string_pattern_mismatch)
392+
Node: OuTInstance | namespace (OuT) | String should match pattern '^[A-Z][a-z0-9]+$' (string_pattern_mismatch)
393393
"""
394394
assert output == expected_console
395395

0 commit comments

Comments
 (0)