Skip to content

Commit 956014a

Browse files
committed
fix: Fixes tests to use namespaced packs
1 parent 523e4be commit 956014a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@taskless/packcheck": patch
3+
---
4+
5+
Fixes tests to use namespaced pack names

test/fixtures/fixture.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tests": [
1515
{
1616
"name": "response status was 200",
17-
"test": "$[*].dimensions[?(@.name == 'status' && @.value == 200)]"
17+
"test": "$[*].dimensions[?(@.name == 'test/status' && @.value == 200)]"
1818
}
1919
]
2020
}

test/fixtures/manifest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"description": "test pack",
44
"version": "1.0.0",
55
"schema": "pre1",
6-
"permissions": {
7-
"domains": [".+"]
8-
},
96
"capture": {
107
"domain": {
118
"type": "string",

0 commit comments

Comments
 (0)