File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
registry/coder/modules/fleet-ide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ describe("fleet-ide", async () => {
1717 agent_id : "foo" ,
1818 } ) ;
1919 expect ( state . outputs . fleet_url . value ) . toBe (
20- "fleet://fleet.ssh/https://mydeployment.coder.com?forceNewHost=true " ,
20+ "fleet://fleet.ssh/https://mydeployment.coder.com?workspace=default&owner=default " ,
2121 ) ;
2222
2323 const coder_app = state . resources . find (
@@ -35,7 +35,7 @@ describe("fleet-ide", async () => {
3535 folder : "/foo/bar" ,
3636 } ) ;
3737 expect ( state . outputs . fleet_url . value ) . toBe (
38- "fleet://fleet.ssh/https://mydeployment.coder.com?pwd=/foo/bar&forceNewHost=true " ,
38+ "fleet://fleet.ssh/https://mydeployment.coder.com?workspace=default&owner=default& pwd=/foo/bar" ,
3939 ) ;
4040 } ) ;
4141
@@ -46,7 +46,7 @@ describe("fleet-ide", async () => {
4646 slug : "my-fleet" ,
4747 } ) ;
4848 expect ( state . outputs . fleet_url . value ) . toBe (
49- "fleet://fleet.ssh/https://mydeployment.coder.com?forceNewHost=true " ,
49+ "fleet://fleet.ssh/https://mydeployment.coder.com?workspace=default&owner=default " ,
5050 ) ;
5151
5252 const coder_app = state . resources . find (
You can’t perform that action at this time.
0 commit comments