Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
miagilepner committed Apr 11, 2023
1 parent c6c394d commit 5ef2146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/logical_system_activity_write_testonly_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestSystemBackend_handleActivityWriteData(t *testing.T) {
wantError: logical.ErrInvalidRequest,
},
{
name: "correctly json data fails",
name: "incorrect json data fails",
operation: logical.CreateOperation,
input: map[string]interface{}{"input": `{"other":"json"}`},
wantError: logical.ErrInvalidRequest,
Expand Down

0 comments on commit 5ef2146

Please sign in to comment.