Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Modify tests to reflect that azureCheckToken() return logical value
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Feb 13, 2017
1 parent 2029687 commit 11f2997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-1-authentication.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test_that("Can connect to workspace with config file", {
expect_equal(ncol(res), 7)

res <- azureCheckToken(asc)
expect_equal(res, "OK")
expect_true(res)

res <- azureListSA(asc, resourceGroup = "advdsvmlinux1")
expect_is(res, "data.frame")
Expand Down

0 comments on commit 11f2997

Please sign in to comment.