Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed May 30, 2023
1 parent 334c6af commit ca33a81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5000s
skip-cache: true
8 changes: 4 additions & 4 deletions pkg/roles/discovery/api_devices_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func TestDeviceApplyDHCPWithDNS(t *testing.T) {
"test",
"A",
),
dns.Record{
dnsTypes.Record{
Data: "192.0.2.1",
},
)
Expand All @@ -224,7 +224,7 @@ func TestDeviceApplyDHCPWithDNS(t *testing.T) {
"1.2",
"PTR",
),
dns.Record{
dnsTypes.Record{
Data: "test.gravity.beryju.io.",
},
)
Expand Down Expand Up @@ -291,7 +291,7 @@ func TestDeviceApplyDNSWithReverse(t *testing.T) {
"test",
"A",
),
dns.Record{
dnsTypes.Record{
Data: "192.0.2.1",
},
)
Expand All @@ -305,7 +305,7 @@ func TestDeviceApplyDNSWithReverse(t *testing.T) {
"1.2",
"PTR",
),
dns.Record{
dnsTypes.Record{
Data: "test.gravity.beryju.io.",
},
)
Expand Down

0 comments on commit ca33a81

Please sign in to comment.