Skip to content

Commit

Permalink
tests/offline/urls: Remove online tag.
Browse files Browse the repository at this point in the history
Should have been part of adbb9a7.
  • Loading branch information
aadcg committed Feb 26, 2024
1 parent 21f4c59 commit c6c6302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/offline/urls.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(in-package :nyxt/tests)

(define-test parse-url (:tags :online)
(define-test parse-url ()
;; "full URL"
(assert-equality #'quri:uri=
(quri:uri "https://nyxt-browser.com")
Expand Down Expand Up @@ -57,7 +57,7 @@
(quri:uri "https://search.atlas.engineer/searxng/search?q=foo:blank")
(url (first (nyxt::input->queries "foo:blank")))))

(define-test url-processing (:tags :online)
(define-test url-processing ()
;; "Invalid URL (empty host)"
(assert-false (valid-url-p "http://foo"))
;; "Invalid URL (TLD == host)"
Expand Down

0 comments on commit c6c6302

Please sign in to comment.