Skip to content

Commit

Permalink
Fixes test.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jan 2, 2024
1 parent de1b41c commit 6675b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ public void test_putWorkspace_ThrowsAnException_WhenWorkspaceScopeValidationIsSt
workspaceComponent.putWorkspace(1, json);
fail();
} catch (WorkspaceComponentException e) {
assertEquals("Strict workspace scope validation has been enabled on this on-premises installation, but this workspace has no defined scope - see https://docs.structurizr.com/workspaces for more information.", e.getMessage());
assertEquals("Strict workspace scope validation has been enabled for this on-premises installation. Unscoped workspaces are not permitted - see https://docs.structurizr.com/workspaces for more information.", e.getMessage());
}
}

Expand Down

0 comments on commit 6675b6f

Please sign in to comment.