Skip to content

Commit a3eae05

Browse files
authored
URL-escape names (#10)
* URL-escape entity names * fix failing tests
1 parent 4d5c296 commit a3eae05

File tree

3 files changed

+104
-72
lines changed

3 files changed

+104
-72
lines changed

tests/mock_requests/spaces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"id": 9733,
19-
"name": "feature",
19+
"name": "feature/abc",
2020
"description": null,
2121
"type": null,
2222
"created_at": "2019-09-24T14:55:07.000-07:00",

0 commit comments

Comments
 (0)