From 0393a417f5d3e37d80ee115f7c2f2ad3bcbcd224 Mon Sep 17 00:00:00 2001 From: Gavin Date: Wed, 20 Mar 2024 17:28:12 -0700 Subject: [PATCH] Fix tests --- test/workspace_container_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/workspace_container_test.py b/test/workspace_container_test.py index a49ea1d1..d53a15ca 100644 --- a/test/workspace_container_test.py +++ b/test/workspace_container_test.py @@ -17,7 +17,7 @@ """ -WORKSPACE_VERSION = "0.14.fail" +WORKSPACE_VERSION = "0.14.3" AUTH_URL = "http://localhost:8080" WS_URL = "http://localhost:7058"