Skip to content

Commit 6ded12c

Browse files
author
Ryan Patrick Kyle
committed
fix: 🔪 dashHtmlComponents from routes test
1 parent be70c48 commit 6ded12c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/testthat/test-routes.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
context("routes")
22

33
test_that("URLs are properly redirected with app$redirect", {
4-
library(dashHtmlComponents)
5-
64
app <- Dash$new()
75

86
app$redirect("/foo", "/")
@@ -67,8 +65,6 @@ test_that("URLs are properly redirected with app$redirect", {
6765
})
6866

6967
test_that("temporary redirection of URLs is possible with app$server_route", {
70-
library(dashHtmlComponents)
71-
7268
app <- Dash$new()
7369

7470
app$server_route("/baz", function(request, response, keys, ...) {

0 commit comments

Comments
 (0)