|
@@ -18,7 +18,7 @@ test('visiting unset /terms-of-service', function(assert) {
|
|
|
assert.expect(1);
|
|
|
|
|
|
Ember.$.mockjax({
|
|
|
- url: "/api/legal-pages/terms-of-service/",
|
|
|
+ url: '/api/legal-pages/terms-of-service/',
|
|
|
status: 404,
|
|
|
responseText: {'detail': 'Not found'}
|
|
|
});
|
|
@@ -34,7 +34,7 @@ test('visiting set /terms-of-service', function(assert) {
|
|
|
assert.expect(2);
|
|
|
|
|
|
Ember.$.mockjax({
|
|
|
- url: "/api/legal-pages/terms-of-service/",
|
|
|
+ url: '/api/legal-pages/terms-of-service/',
|
|
|
status: 200,
|
|
|
responseText: {
|
|
|
'id': 'terms-of-service',
|