Skip to content

Commit 447b709

Browse files
committed
added line to readme
1 parent f5c4bff commit 447b709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Argo Workflows Argocd Executor Plugin
2+
**IN ACTIVE DEVELOPMENT**
23

34
This is an ArgoCD plugin that allows you to interact with an argocd instance of your choice.
45
This is meant to be easily available and to be used in your ci/cd needs.

internal/argocd-plugin/plugin_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ func TestArgocdPlugin(t *testing.T) {
5151

5252
for _, tt := range tests {
5353
t.Run(tt.name, func(t *testing.T) {
54-
body, err := json.Marshal(&tt.request)
55-
t.Log(err)
54+
body, _ := json.Marshal(&tt.request)
5655
request, _ := http.NewRequest(http.MethodPost, "/api/v1/template.execute", bytes.NewReader(body))
5756
response := httptest.NewRecorder()
5857

0 commit comments

Comments
 (0)