Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Nov 13, 2023
1 parent a5e97e8 commit 58dec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/status/render/render_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func TestFormatStatus(t *testing.T) {
agentJSON, err := os.ReadFile("fixtures/agent_status.json")
agentJSON, err := os.ReadFile("../fixtures/agent_status.json")
require.NoError(t, err)
const statusRenderErrors = "Status render errors"

Expand Down

0 comments on commit 58dec94

Please sign in to comment.