diff --git a/.github/workflows/test-spec.yml b/.github/workflows/test-spec.yml index 1d915bbc7..492132d89 100644 --- a/.github/workflows/test-spec.yml +++ b/.github/workflows/test-spec.yml @@ -105,8 +105,7 @@ jobs: --opensearch-url=${{ matrix.entry.url || 'https://localhost:9200'}} \ --opensearch-cert=${{ matrix.entry.cert }} \ --opensearch-key=${{ matrix.entry.key }} \ - --tests=tests/${{ matrix.entry.tests || 'default' }} \ - --log logs/test-spec-${{ steps.tests.outputs.hash }}.log + --tests=tests/${{ matrix.entry.tests || 'default' }} - name: Get Container Logs if: failure() diff --git a/tests/plugins/security/api/nodesdn.yaml b/tests/plugins/security/api/nodesdn.yaml index 6a4611ef3..27e7859c9 100644 --- a/tests/plugins/security/api/nodesdn.yaml +++ b/tests/plugins/security/api/nodesdn.yaml @@ -15,8 +15,6 @@ chapters: payload: nodes_dn: - CN=cluster.example.com - retry: - count: 3 response: status: 201 payload: @@ -63,4 +61,4 @@ chapters: response: status: 200 payload: - status: OK + status: OK \ No newline at end of file