NOISSUE - Add property based testing to provision API (#2099)

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
This commit is contained in:
b1ackd0t
2024-04-16 15:54:32 +03:00
committed by GitHub
parent 853dab3f5c
commit 54e322ee3e
4 changed files with 32 additions and 12 deletions
+1
View File
@@ -157,6 +157,7 @@ test_api_auth: TEST_API_URL := http://localhost:8189
test_api_bootstrap: TEST_API_URL := http://localhost:9013
test_api_certs: TEST_API_URL := http://localhost:9019
test_api_twins: TEST_API_URL := http://localhost:9018
test_api_provision: TEST_API_URL := http://localhost:9016
$(TEST_API):
$(call test_api_service,$(@),$(TEST_API_URL))