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