Skip to content

Commit 4d42518

Browse files
authored
Clean up test_simple.py by removing comment (#48058)
Removed unnecessary comment from test file.
1 parent 08d53c3 commit 4d42518

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/template/azure-template/tests/test_simple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def test_case_default(self):
2222
# `AzureMgmtRecordedTestCase` inherits from `AzureRecordedTestCase` and also includes a `create_mgmt_client` method.
2323
# This class should only be used by management-plane libraries in most cases. `azure-mgmt-*` libraries have their own
2424
# reference material for testing: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/mgmt/tests.md.
25-
# test comment
2625
class TestMgmtPlane(AzureMgmtRecordedTestCase):
2726
def setup_method(self, method):
2827
pass

0 commit comments

Comments
 (0)