Get travis-ci to pass
This commit is contained in:
Родитель
1e810c10f3
Коммит
0f2e0b7d06
|
@ -8,4 +8,4 @@ matrix:
|
|||
- docker
|
||||
script:
|
||||
- docker build -t mozilla/vautomator-standalone .
|
||||
- docker run -it mozilla/vautomator-standalone pytest ./tests/
|
||||
- docker run -it mozilla/vautomator-standalone python3 -m pytest ./tests/
|
|
@ -13,7 +13,7 @@ class TestTarget(object):
|
|||
assert target.Target(ipv4).valid_ip()
|
||||
|
||||
def test_FQDNTarget(self):
|
||||
fqdn = "infosecc.mozilla.org"
|
||||
fqdn = "infosec.mozilla.org"
|
||||
assert target.Target(fqdn).valid_fqdn()
|
||||
|
||||
def test_InvalidTarget(self):
|
||||
|
|
Загрузка…
Ссылка в новой задаче