Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jul 18, 2024
1 parent cb7a788 commit f5a4623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def generate_replace_matrix(
url: t.List[str],
default_value: t.Optional[str] = None,
) -> ICommand:
data = study_tree.get(url)
data = study_tree.get(url, format="json")
if isinstance(data, str):
matrix = data
elif isinstance(data, dict):
Expand Down

0 comments on commit f5a4623

Please sign in to comment.