-
Notifications
You must be signed in to change notification settings - Fork 978
feat(site): connect open_in parameter #16036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
c4b115c
224ee7a
5824e5f
3597cec
3d89000
fb07e8a
f75f8c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ func TestManifest(t *testing.T) { | |
}, | ||
Health: codersdk.WorkspaceAppHealthHealthy, | ||
Hidden: false, | ||
OpenIn: codersdk.WorkspaceAppOpenInSlimWindow, | ||
}, | ||
{ | ||
ID: uuid.New(), | ||
|
@@ -64,6 +65,7 @@ func TestManifest(t *testing.T) { | |
}, | ||
Health: codersdk.WorkspaceAppHealthInitializing, | ||
Hidden: true, | ||
OpenIn: codersdk.WorkspaceAppOpenInTab, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We changed the test inputs and it passes with no futher changes? Are we not checking for this in the test? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I indeed will add some more tests 👀 |
||
}, | ||
}, | ||
DERPMap: &tailcfg.DERPMap{ | ||
|
Uh oh!
There was an error while loading. Please reload this page.