You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(body).to.eql({message: 'index for this space does not exist',status_code: 404});
83
83
});
84
84
85
-
it('should be able to create a signal index when it has not been created yet',async()=>{
85
+
it('should NOT be able to create a signal index when it has not been created yet. Should return a 403 and error that the user is unauthorized',async()=>{
expect(body).to.eql({message: 'index for this space does not exist',status_code: 404});
130
130
});
131
131
132
-
it('should be able to create a signal index when it has not been created yet.',async()=>{
132
+
it('should NOT be able to create a signal index when it has not been created yet. Should return a 403 and error that the user is unauthorized',async()=>{
expect(body).to.eql({message: 'index for this space does not exist',status_code: 404});
227
227
});
228
228
229
-
it('should be able to create a signal index when it has not been created yet',async()=>{
229
+
it('should NOT be able to create a signal index when it has not been created yet. Should return a 403 and error that the user is unauthorized',async()=>{
expect(body).to.eql({message: 'index for this space does not exist',status_code: 404});
274
274
});
275
-
// here
276
-
it('should be able to create a signal index when it has not been created yet',async()=>{
275
+
276
+
it('should NOT be able to create a signal index when it has not been created yet. Should return a 403 and error that the user is unauthorized',async()=>{
0 commit comments