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 dfcef9e commit 099f0afCopy full SHA for 099f0af
tests/unit/sagemaker/mlflow/test_forward_sagemaker_metrics.py
@@ -48,7 +48,7 @@ def mock_mlflow_client():
48
def test_encode():
49
existing_names = set()
50
assert encode("test-name", existing_names) == "test-name"
51
- assert encode("test:name", existing_names) == "test_3a_name"
+ assert encode("test:name", existing_names) == "test:name"
52
assert encode("test-name", existing_names) == "test-name_1"
53
54
0 commit comments