Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Apr 29, 2019
1 parent 9849287 commit f00b9ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/templates/components/transit-key-action/export.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form {{action 'doSubmit'
(hash param=(array exportKeyType (if exportVersion exportKeyVersion)))
(hash param=(compact (array exportKeyType (if exportVersion exportKeyVersion))))
(hash wrapTTL=wrapTTL)
on="submit" }}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render, click, findAll, fillIn, blur } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
import engineResolverFor from 'ember-engines/test-support/engine-resolver-for';
const resolver = engineResolverFor('replication');

module('Integration | Component | mount filter config list', function(hooks) {
setupRenderingTest(hooks);
setupRenderingTest(hooks, { resolver });

test('it renders', async function(assert) {
this.set('config', { mode: 'whitelist', paths: [] });
Expand Down

0 comments on commit f00b9ad

Please sign in to comment.