Skip to content

Commit 2ade279

Browse files
committed
Fix conflict
1 parent 3e792b0 commit 2ade279

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/chrome/script.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ class bcolors:
5858

5959
if driver.current_url.startswith('https'):
6060
print bcolors.OKGREEN + "HTTP to HTTPS redirection successful" + bcolors.ENDC
61-
<<<<<<< HEAD
62-
elif(driver.current_url.startswith('http')):
63-
=======
6461
elif driver.current_url.startswith('http'):
65-
>>>>>>> e2235f1058f8475d981eef393a6991b116c40e5d
6662
print bcolors.FAIL + "HTTP to HTTPS redirection failed" + bcolors.ENDC
6763
sys.exit(1)
6864

0 commit comments

Comments
 (0)