mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Allow spaces in policy names (#3482)
This commit is contained in:
@@ -176,7 +176,7 @@ func Test_AddPolicyAPI(t *testing.T) {
|
||||
]
|
||||
}`),
|
||||
},
|
||||
expectedStatus: 400,
|
||||
expectedStatus: 201, // Changed the expected status from 400 to 201, as spaces are now allowed in policy names.
|
||||
expectedError: nil,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user