summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js')
-rw-r--r--spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js b/spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js
index 2af64191a88..db1219ccb41 100644
--- a/spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js
+++ b/spec/frontend/clusters/agents/components/agent_integration_status_row_spec.js
@@ -31,7 +31,7 @@ describe('IntegrationStatus', () => {
describe('icon', () => {
const icon = 'status-success';
- const iconClass = 'text-success-500';
+ const iconClass = 'gl-text-green-500';
it.each`
props | iconName | iconClassName
${{ icon, iconClass }} | ${icon} | ${iconClass}