feat: add material asset workspace
This commit is contained in:
@@ -36,4 +36,7 @@ func TestHandlerServesAsset(t *testing.T) {
|
||||
if !strings.Contains(rec.Body.String(), "readiness-map") {
|
||||
t.Fatal("expected progress API content")
|
||||
}
|
||||
if !strings.Contains(rec.Body.String(), "teaching-assets") {
|
||||
t.Fatal("expected teaching asset API content")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user