Fixed sparkR integration test
Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/bb4bf47c Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/bb4bf47c Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/bb4bf47c Branch: refs/heads/master Commit: bb4bf47c368617d77e78826fdc703adf6ff6d2f9 Parents: 5f2715d Author: Marius van Niekerk <[email protected]> Authored: Wed Nov 2 00:21:36 2016 -0400 Committer: Marius van Niekerk <[email protected]> Committed: Wed Nov 2 00:21:36 2016 -0400 ---------------------------------------------------------------------- test_toree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/bb4bf47c/test_toree.py ---------------------------------------------------------------------- diff --git a/test_toree.py b/test_toree.py index 2df1978..db639e8 100644 --- a/test_toree.py +++ b/test_toree.py @@ -150,7 +150,7 @@ class ToreeSparkRKernelTests(jupyter_kernel_test.KernelTests): kernel_name = "apache_toree_sparkr" # language_info.name in a kernel_info_reply should match this - language_name = "scala" + language_name = "R" # Optional --------------------------------------
