Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove extraneous comment
  • Loading branch information
erikeldridge committed Mar 22, 2024
commit 7227765ef7479cd36a0a334261ac0af240cc0159
1 change: 0 additions & 1 deletion test/unit/remote-config/remote-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,6 @@ describe('RemoteConfig', () => {
});

it('uses local default if parameter not in template', () => {
// Defines a template without the parameter set by default config.
const template = deepCopy(SERVER_REMOTE_CONFIG_RESPONSE) as ServerTemplateData;
template.parameters = {};

Expand Down