mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fixed test names
This commit is contained in:
@@ -19,8 +19,8 @@ describe("pagination.service", function() {
|
|||||||
$httpBackend.verifyNoOutstandingRequest();
|
$httpBackend.verifyNoOutstandingRequest();
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("should return page given obj is on", function() {
|
describe("getInitialPageForList", function() {
|
||||||
it('should return true', function() {
|
it('should return page given obj is on', function() {
|
||||||
// get the name of the object
|
// get the name of the object
|
||||||
$httpBackend.when('GET', '/url/?id=1')
|
$httpBackend.when('GET', '/url/?id=1')
|
||||||
.respond({results: [{name: "foo"}]});
|
.respond({results: [{name: "foo"}]});
|
||||||
|
|||||||
Reference in New Issue
Block a user