Skip to content

Commit

Permalink
Merge fb640c5 into 34e91b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhs committed Mar 19, 2020
2 parents 34e91b1 + fb640c5 commit 7066196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mythx_cli/render/command.py
Expand Up @@ -77,7 +77,8 @@ def render(
"""

client: Client = ctx["client"]

# normalize target
target = target.lower()
default_template = DEFAULT_MD_TEMPLATE if markdown else DEFAULT_HTML_TEMPLATE
# enables user to include library templates in their own
template_dirs = [default_template.parent]
Expand Down
4 changes: 2 additions & 2 deletions tests/test_renderer.py
Expand Up @@ -6,8 +6,8 @@

from .common import get_test_case, mock_context

TEST_GROUP_ID = "5E36AE133FB6020011A6B13C"
TEST_ANALYSIS_ID = "EBE5E298-B998-4B82-BA3E-E922CB0A43C4"
TEST_GROUP_ID = "5e36ae133fb6020011a6b13c"
TEST_ANALYSIS_ID = "ebe5e298-b998-4b82-ba3e-e922cb0a43c4"
INPUT_RESPONSE: AnalysisInputResponse = get_test_case(
"testdata/analysis-input-response.json", AnalysisInputResponse
)
Expand Down

0 comments on commit 7066196

Please sign in to comment.