We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e792b0 commit 2ade279Copy full SHA for 2ade279
test/chrome/script.py
@@ -58,11 +58,7 @@ class bcolors:
58
59
if driver.current_url.startswith('https'):
60
print bcolors.OKGREEN + "HTTP to HTTPS redirection successful" + bcolors.ENDC
61
-<<<<<<< HEAD
62
-elif(driver.current_url.startswith('http')):
63
-=======
64
elif driver.current_url.startswith('http'):
65
->>>>>>> e2235f1058f8475d981eef393a6991b116c40e5d
66
print bcolors.FAIL + "HTTP to HTTPS redirection failed" + bcolors.ENDC
67
sys.exit(1)
68
0 commit comments