|
8 | 8 | test('Testing multiple resources, StoryblokData', function (): void {
|
9 | 9 | $responses = [
|
10 | 10 | \mockResponse(
|
11 |
| - "list-tags", |
| 11 | + "list-internal-tags", |
12 | 12 | 200,
|
13 | 13 | ["total"=>8, "per-page" => 25 ]
|
14 | 14 | ),
|
|
55 | 55 |
|
56 | 56 | test('Testing create resource, StoryblokData', function (): void {
|
57 | 57 | $responses = [
|
58 |
| - \mockResponse("one-tag", 200), |
| 58 | + \mockResponse("one-internal-tag", 200), |
59 | 59 | \mockResponse("empty-tags", 404),
|
60 | 60 | ];
|
61 | 61 |
|
|
83 | 83 |
|
84 | 84 | test('Testing delete resource, StoryblokData', function (): void {
|
85 | 85 | $responses = [
|
86 |
| - \mockResponse("one-tag", 200), |
| 86 | + \mockResponse("one-internal-tag", 200), |
87 | 87 | \mockResponse("empty-tags", 404),
|
88 | 88 | ];
|
89 | 89 |
|
|
111 | 111 |
|
112 | 112 | test('Testing edit resource, StoryblokData', function (): void {
|
113 | 113 | $responses = [
|
114 |
| - \mockResponse("one-tag", 200), |
| 114 | + \mockResponse("one-internal-tag", 200), |
115 | 115 | \mockResponse("empty-tags", 404),
|
116 | 116 | ];
|
117 | 117 |
|
|
141 | 141 | test('Testing StoryblokData', function (): void {
|
142 | 142 | $responses = [
|
143 | 143 | \mockResponse(
|
144 |
| - "list-tags", |
| 144 | + "list-internal-tags", |
145 | 145 | 200,
|
146 | 146 | ["total" => 8, "per-page" => 25]
|
147 | 147 | ),
|
|
0 commit comments