Skip to content

Commit

Permalink
Apply code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tarilabs committed Sep 25, 2023
1 parent 4a5bc00 commit 704688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/grpc_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ func TestPutArtifactTypeNoNameFailure(t *testing.T) {
if err != nil {
t.Logf("Should error on PutArtifactType with Request missing Name: %v", err)
} else {
t.Errorf("Should error on PutArtifactType with Request missing Name: %v, %v", response, err)
t.Errorf("Should error on PutArtifactType with Request missing Name: %v", response)
}
}

0 comments on commit 704688b

Please sign in to comment.