Skip to content

Commit

Permalink
Edited one more deletedMount to renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaac committed Jan 22, 2025
1 parent 7bd9aca commit 740cff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/activity_log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4110,7 +4110,7 @@ func TestActivityLog_partialMonthClientCountWithMultipleMountPaths(t *testing.T)
// these are the paths that are expected and correspond with the entity records created above
expectedPaths := []string{
noMountAccessor,
fmt.Sprintf(deletedMountFmt, "deleted"),
fmt.Sprintf(DeletedMountFmt, "deleted"),
path,
}
for _, expectedPath := range expectedPaths {
Expand Down

0 comments on commit 740cff8

Please sign in to comment.