mirror of https://github.com/status-im/consul.git
Fixing UI tests (#20386)
Fixing tests as we're not calling env.var, we're using a property on the env service
This commit is contained in:
parent
48d1b059d2
commit
64a46105ea
|
@ -100,9 +100,8 @@ module('Integration | Component | link-to-hcp-banner', function (hooks) {
|
||||||
this.owner.register(
|
this.owner.register(
|
||||||
'service:env',
|
'service:env',
|
||||||
class Stub extends EnvStub {
|
class Stub extends EnvStub {
|
||||||
stubEnv = {
|
stubEnv = {};
|
||||||
isEnterprise: true,
|
isEnterprise = true;
|
||||||
};
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
this.linkData = { isLinked: false };
|
this.linkData = { isLinked: false };
|
||||||
|
|
Loading…
Reference in New Issue