diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-13 10:49:36 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-20 15:02:04 +0200 |
commit | ac574c3b5a6f208dfb7ea1606ef084e6db9397c2 (patch) | |
tree | eddb3090e95106de31d7589358308593b7e35c01 /test/afb-test | |
parent | a40560baabe3337fbfed6310b42c6d7b1d5ead0d (diff) |
Use dedicated API name for the test
Use dedicated API name for the test and not using the generic
one already used by the raw afb-test.
Change-Id: I79eb590a9a1d8c2538bd1b9d8bfc5a8537cf6c00
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test/afb-test')
-rw-r--r-- | test/afb-test/etc/aft-low-can_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test/etc/aft-low-can_config.json b/test/afb-test/etc/aft-low-can_config.json index 3fd06d4c..ebe7ed47 100644 --- a/test/afb-test/etc/aft-low-can_config.json +++ b/test/afb-test/etc/aft-low-can_config.json @@ -4,7 +4,7 @@ "metadata": { "uid": "Test", "version": "1.0", - "api": "afTest", + "api": "aft-low-can", "info": "AFB-test binding configuration file to test low-can api.", "require": [ "low-can" |