We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a8e56 commit 2bed099Copy full SHA for 2bed099
tests/unit/sdk/test_schema.py
@@ -389,7 +389,7 @@ async def test_display_schema_load_errors_details_namespace(mock_get_node) -> No
389
mock_get_node.assert_called_once()
390
output = console.file.getvalue()
391
expected_console = """Unable to load the schema:
392
- Node: OuTInstance | namespace (OuT) | String should match pattern '^[A-Z]+$' (string_pattern_mismatch)
+ Node: OuTInstance | namespace (OuT) | String should match pattern '^[A-Z][a-z0-9]+$' (string_pattern_mismatch)
393
"""
394
assert output == expected_console
395
0 commit comments