mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed typo in test case name
This commit is contained in:
parent
33a52d5850
commit
af6b73f085
2 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ describe('Members API', function () {
|
|||
});
|
||||
});
|
||||
|
||||
it('Fails to import memmber with invalid values', function () {
|
||||
it('Fails to import member with invalid values', function () {
|
||||
return request
|
||||
.post(localUtils.API.getApiQuery(`members/upload/`))
|
||||
.field('labels', ['new-global-label'])
|
||||
|
|
|
@ -589,7 +589,7 @@ describe('Members API', function () {
|
|||
});
|
||||
});
|
||||
|
||||
it('Fails to import memmber with invalid values', function () {
|
||||
it('Fails to import member with invalid values', function () {
|
||||
return request
|
||||
.post(localUtils.API.getApiQuery(`members/upload/`))
|
||||
.field('labels', ['new-global-label'])
|
||||
|
|
Loading…
Add table
Reference in a new issue