aboutsummaryrefslogtreecommitdiff
path: root/tests/test_target_tosa_reporters.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_target_tosa_reporters.py')
-rw-r--r--tests/test_target_tosa_reporters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_target_tosa_reporters.py b/tests/test_target_tosa_reporters.py
index 59da270..43d2a56 100644
--- a/tests/test_target_tosa_reporters.py
+++ b/tests/test_target_tosa_reporters.py
@@ -18,7 +18,7 @@ from mlia.target.tosa.reporters import tosa_formatters
def test_tosa_report_device() -> None:
"""Test function report_device()."""
- report = report_device(TOSAConfiguration("tosa"))
+ report = report_device(TOSAConfiguration.load_profile("tosa"))
assert report.to_plain_text()