Skip to content

Commit

Permalink
Merge pull request #1000 from gettakaro/fix-a-file-with-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Mar 4, 2024
2 parents 9af33bd + 3b7de1d commit 97cc818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const tests = [
new IntegrationTest({
group,
snapshot: true,
name: 'Does not allow creating modules with "builtin" parameter set',
name: 'Does not allow creating modules with builtin parameter set',
test: async function () {
let res;
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": {
"group": "ModuleController",
"snapshot": true,
"name": "Does not allow creating modules with \"builtin\" parameter set",
"name": "Does not allow creating modules with builtin parameter set",
"expectedStatus": 400,
"filteredFields": [],
"standardEnvironment": true
Expand Down

0 comments on commit 97cc818

Please sign in to comment.