Change LOGIN_REQUIRED default to 'True'

This commit is contained in:
Tobias Genannt
2024-05-21 13:04:35 +02:00
parent b74688309a
commit 8c691f1308
3 changed files with 5 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ test_netbox_web() {
--retry 5 \
--retry-delay 0 \
--retry-max-time 40 \
http://127.0.0.1:8000/
http://127.0.0.1:8000/login/
)
if [ "$RESP_CODE" == "200" ]; then
echo "Webservice running"