diff options
| author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-10-08 00:28:40 +0300 |
|---|---|---|
| committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-10-08 00:28:40 +0300 |
| commit | 486b202cc10f9bb57859305046b9b7d843e39269 (patch) | |
| tree | a07c87eccd1adfa1a6aad0cd135889288b26b8f5 /test/test_configuration.py | |
| parent | faf4ad54785fa418b3c218ab0d2d2016c55d169a (diff) | |
| download | unit-486b202cc10f9bb57859305046b9b7d843e39269.tar.gz unit-486b202cc10f9bb57859305046b9b7d843e39269.tar.bz2 | |
Tests: default port number used.
Diffstat (limited to 'test/test_configuration.py')
| -rw-r--r-- | test/test_configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_configuration.py b/test/test_configuration.py index 69647858..186e037d 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -321,7 +321,7 @@ class TestConfiguration(TestControl): } for a in range(999) }, - "listeners": {"*:7001": {"pass": "applications/app-1"}}, + "listeners": {"*:7080": {"pass": "applications/app-1"}}, } self.assertIn('success', self.conf(conf)) |
