Skip to content

Commit

Permalink
chore: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Feb 12, 2025
1 parent f74132e commit 7242923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: 1.64.2
version: v1.64.2

- name: setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Expand Down
3 changes: 2 additions & 1 deletion fixtures/k8s/http_auth_sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ metadata:
name: http-basic-auth-token
spec:
http:
- url: https://httpbin.demo.aws.flanksource.com/basic-auth/hello/world
- name: basic auth
url: https://httpbin.demo.aws.flanksource.com/basic-auth/hello/world
responseCodes: [200]
headers:
- name: Authorization
Expand Down

0 comments on commit 7242923

Please sign in to comment.