Skip to content

Commit

Permalink
move fictires inside the pkg/status/render
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Nov 17, 2023
1 parent 0ece2c9 commit 65ca3d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 65ca3d3

Please sign in to comment.