Re-enable Netbox unit tests

This commit is contained in:
Christian Mäder 2020-01-20 08:37:18 +01:00
parent 3b56c827f9
commit 25671d42a5
1 changed files with 1 additions and 1 deletions

View File

@ -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}'"