Skip to content

Commit

Permalink
Remove namespace field in test code
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Monsuwe <[email protected]>
  • Loading branch information
Willem Monsuwe authored and jacobweinstock committed Aug 13, 2024
1 parent b047b87 commit 53cd3c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/server/kubernetes_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ func TestModifyWorkflowState(t *testing.T) {
server := &KubernetesBackedServer{
logger: zapr.NewLogger(zap.Must(zap.NewDevelopment())),
ClientFunc: nil,
namespace: "default",
nowFunc: TestTime.Now,
}
gotErr := server.modifyWorkflowState(tc.inputWf, tc.inputWfContext)
Expand Down

0 comments on commit 53cd3c2

Please sign in to comment.