Skip to content

Commit

Permalink
Fix enterprise webassets path for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Jan 9, 2025
1 parent 792eaa7 commit 5516907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/apiserver_test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewDebugFileSystem(isEnterprise bool) (http.FileSystem, error) {
assetsPath := "../../webassets/teleport"

if isEnterprise {
assetsPath = "../../../webassets/teleport"
assetsPath = "../../../webassets/e/teleport"
}

// Ensure we have the built assets available before continuing.
Expand Down

0 comments on commit 5516907

Please sign in to comment.