Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Oct 17, 2024
1 parent c4a6117 commit 9385288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetbrains-gateway/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("jetbrains-gateway", async () => {
folder: "/home/coder",
});
expect(state.outputs.url.value).toBe(
"jetbrains-gateway://connect#type=coder&workspace=default&owner=default&agent=foo&folder=/home/coder&url=https://mydeployment.coder.com&token=$SESSION_TOKEN&ide_product_code=IU&ide_build_number=241.14494.240&ide_download_link=https://download.jetbrains.com/idea/ideaIU-2024.1.tar.gz",
"jetbrains-gateway://connect#type=coder&workspace=default&owner=default&agent=foo&folder=/home/coder&url=https://mydeployment.coder.com&token=$SESSION_TOKEN&ide_product_code=CL&ide_build_number=241.14494.288&ide_download_link=https://download.jetbrains.com/cpp/CLion-2024.1.tar.gz",
);

const coder_app = state.resources.find(
Expand Down

0 comments on commit 9385288

Please sign in to comment.