Code cleanup
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
dd3f3da828
commit
602068937d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class ExtractorAsserts {
|
|||
|
||||
public static void assertIsSecureUrl(String urlToCheck) {
|
||||
URL url = urlFromString(urlToCheck);
|
||||
assertEquals("https",url.getProtocol(), "Protocol of URL is not secure");
|
||||
assertEquals("https", url.getProtocol(), "Protocol of URL is not secure");
|
||||
}
|
||||
|
||||
public static void assertNotEmpty(String stringToCheck) {
|
||||
|
|
Loading…
Reference in a new issue