Skip to content

Commit

Permalink
Fixed test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Aug 2, 2023
1 parent a8b2c6b commit db071d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
env_file: env/netbox.env
user: 'unit:root'
volumes:
- ./test-configuration/logging.py:/etc/netbox/config/logging.py:z,ro
- ./test-configuration/test_config.py:/etc/netbox/config/test_config.py:z,ro
healthcheck:
start_period: ${NETBOX_START_PERIOD-120s}
timeout: 3s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
'version': 1,
'disable_existing_loggers': True
}

DEFAULT_PERMISSIONS = {}

0 comments on commit db071d7

Please sign in to comment.