Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
e2e: add internal workspaces schema to workspaces client
Browse files Browse the repository at this point in the history
This was causing test failures, since the workspace client wasn't
informed of how to deal with internal workspaces.  This should be safe
to revert once #126 is merged.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
  • Loading branch information
sadlerap committed May 23, 2024
1 parent 17554dc commit aaabcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/pkg/rest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func BuildWorkspacesClient(ctx context.Context) (client.Client, error) {
utilruntime.Must(clientgoscheme.AddToScheme(scheme))
utilruntime.Must(restworkspacesv1alpha1.AddToScheme(scheme))
utilruntime.Must(toolchainv1alpha1.AddToScheme(scheme))
utilruntime.Must(workspacesiov1alpha1.AddToScheme(scheme))

u := tcontext.RetrieveUser(ctx)
k := tcontext.RetrieveUnauthKubeconfig(ctx)
Expand Down

0 comments on commit aaabcc2

Please sign in to comment.