Skip to content

Commit

Permalink
fix: 🔪 dashHtmlComponents from routes test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Patrick Kyle committed May 7, 2021
1 parent be70c48 commit 6ded12c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-routes.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
context("routes")

test_that("URLs are properly redirected with app$redirect", {
library(dashHtmlComponents)

app <- Dash$new()

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

test_that("temporary redirection of URLs is possible with app$server_route", {
library(dashHtmlComponents)

app <- Dash$new()

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

0 comments on commit 6ded12c

Please sign in to comment.