Skip to content

Commit

Permalink
remove type
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <tianleh@amazon.com>
  • Loading branch information
tianleh committed Dec 3, 2021
1 parent 07e09dc commit dd26c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manifests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class TestManifest(ComponentManifest['TestManifest', 'TestComponents']):
SCHEMA = {
"schema-version": {"required": True, "type": "string", "allowed": ["1.0"]},
"name": {"required": True, "type": "string", "allowed": ["OpenSearch", "OpenSearch Dashboards"]},
"type": {"required": True, "type": "string", "allowed": ["Test"]},
"components": {
"type": "list",
"schema": {
Expand Down

0 comments on commit dd26c3e

Please sign in to comment.