Fix leftover from testing in test.sh

This commit is contained in:
Christian Mäder 2020-10-17 22:10:33 +02:00 committed by Christian Mäder
parent 349e269356
commit 77d3dcded0
1 changed files with 1 additions and 1 deletions

View File

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