Skip to content

Commit 6ca40c2

Browse files
authored
Merge pull request #1859 from cardstack/errant-todo
Removed TODO that is already TO-DONE.
2 parents 41ee96d + 4dc73a8 commit 6ca40c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/host/tests/integration/components/operator-mode-test.gts

-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ module('Integration | operator-mode', function (hooks) {
584584
});
585585

586586
test('a 403 from Web Appliction Firewall is handled gracefully when auto-saving', async function (assert) {
587-
// TODO: setup virtual network to return WAF 403 when saving
588587
let networkService = this.owner.lookup('service:network') as NetworkService;
589588
networkService.virtualNetwork.mount(
590589
async (req: Request) => {

0 commit comments

Comments
 (0)