Commit f23dc573abcb53c83a1be5e2bb760bae24f4f347
1 parent
149cf6c3
Exists in
master
and in
15 other branches
change TinyMceArticle content type to TextArticle
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/article/types/blog/blog.component.ts
| @@ -31,7 +31,7 @@ export class ArticleBlogComponent { | @@ -31,7 +31,7 @@ export class ArticleBlogComponent { | ||
| 31 | 31 | ||
| 32 | loadPage() { | 32 | loadPage() { |
| 33 | let filters = { | 33 | let filters = { |
| 34 | - content_type: "TinyMceArticle", | 34 | + content_type: "TextArticle", |
| 2 |
|
||
| 35 | per_page: this.perPage, | 35 | per_page: this.perPage, |
| 36 | page: this.currentPage | 36 | page: this.currentPage |
| 37 | }; | 37 | }; |
-
Implementar os testes
-
Entendo que neste caso não faz sentido ter teste. Esse é o tipo de caso que teste funcional faz sentido e não vejo sentido no unitário