From 3958139477d5ffb127772d895c7f537be44c1c3c Mon Sep 17 00:00:00 2001 From: Mariusz Wagner Date: Mon, 24 Sep 2018 11:52:15 +0200 Subject: Fix "string_from_json" keyword Issue-ID: INT-667 Change-Id: Id2dca2630a705c45f293b1b3edddb00f149ac9d5 Signed-off-by: Mariusz Wagner --- test/csit/tests/common.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'test/csit/tests') diff --git a/test/csit/tests/common.robot b/test/csit/tests/common.robot index 8af66a5df..f0dea2552 100644 --- a/test/csit/tests/common.robot +++ b/test/csit/tests/common.robot @@ -1,6 +1,7 @@ #Robot functions that will be shared also with other tests *** Settings *** Library OperatingSystem +Library HttpLibrary.HTTP *** Keywords *** json_from_file -- cgit 1.2.3-korg