Skip to content

Commit

Permalink
fix: include current run in admin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 committed Feb 26, 2024
1 parent c43f037 commit 2cf5722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin_workspace_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ func TestAdminWorkspaces_ListWithSort(t *testing.T) {
t.Cleanup(unappliedCleanup2)

wl, err := client.Admin.Workspaces.List(ctx, &AdminWorkspaceListOptions{
Sort: "current-run.created-at",
Include: []AdminWorkspaceIncludeOpt{AdminWorkspaceCurrentRun},
Sort: "current-run.created-at",
})

require.NoError(t, err)
Expand Down

0 comments on commit 2cf5722

Please sign in to comment.