File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1424,7 +1424,7 @@ def test_headless_wo_host(self):
1424
1424
text = True ,
1425
1425
)
1426
1426
stdout , stderr = proc .communicate (timeout = 4 )
1427
- self .assertIn (' The --host option is required when running in headless mode' , stderr )
1427
+ self .assertIn (" The --host option is required when running in headless mode" , stderr )
1428
1428
self .assertEqual (1 , proc .returncode )
1429
1429
1430
1430
def test_headless_wo_protocol (self ):
@@ -1447,7 +1447,7 @@ def test_headless_wo_protocol(self):
1447
1447
text = True ,
1448
1448
)
1449
1449
stdout , stderr = proc .communicate (timeout = 4 )
1450
- self .assertIn (' Invalid --host option: test.com. Did you mean https://test.com?' , stderr )
1450
+ self .assertIn (" Invalid --host option: test.com. Did you mean https://test.com?" , stderr )
1451
1451
self .assertEqual (1 , proc .returncode )
1452
1452
1453
1453
def test_headless_w_host (self ):
You can’t perform that action at this time.
0 commit comments