From 25671d42a50c884d0093c0499a632d17e4a9875b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 20 Jan 2020 08:37:18 +0100 Subject: [PATCH] Re-enable Netbox unit tests --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 2b74847..6684f7c 100755 --- a/test.sh +++ b/test.sh @@ -53,7 +53,7 @@ echo "🐳🐳🐳 Start testing '${IMAGE}'" trap test_cleanup EXIT ERR test_setup -# test_netbox_unit_tests +test_netbox_unit_tests test_initializers echo "🐳🐳🐳 Done testing '${IMAGE}'"