Skip to content

Commit

Permalink
Linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed May 29, 2024
1 parent abe8d39 commit 785f02c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detectors/azure/vm/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestDetect(t *testing.T) {
"osType": "linux",
"version": "6.5.0-26-generic"
}`,
statusCode: http.StatusOK,
statusCode: http.StatusOK,
},
expected: expected{
resource: resource.NewWithAttributes(semconv.SchemaURL, []attribute.KeyValue{
Expand All @@ -63,7 +63,7 @@ func TestDetect(t *testing.T) {
{
input: input{
jsonMetadata: `{`,
statusCode: http.StatusOK,
statusCode: http.StatusOK,
},
expected: expected{
resource: nil,
Expand All @@ -73,7 +73,7 @@ func TestDetect(t *testing.T) {
{
input: input{
jsonMetadata: "",
statusCode: http.StatusNotFound,
statusCode: http.StatusNotFound,
},
expected: expected{
resource: nil,
Expand Down

0 comments on commit 785f02c

Please sign in to comment.