Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Mar 28, 2024
1 parent f57fa6e commit 465efd0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class BrokenHttpLinksCheckerSpec extends Specification {
@IgnoreIf({ !System.getenv('GITHUB_ACTIONS') })
def "recognize if there is internet connectivity"() {
expect: "if there is no internet connection, testing should fail"
NetUtil.isInternetConnectionAvailable()

Web.isInternetConnectionAvailable()
}

def "empty page has no errors"() {
Expand Down

0 comments on commit 465efd0

Please sign in to comment.