Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Jan 17, 2025
1 parent a37feaa commit 83cc050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/deployment_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}
},
"template": {}
}
}
2 changes: 1 addition & 1 deletion cypress/integration/deployment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ context('Deployment', () => {
'GET',
'*api/v1/deployments/github/octocat/config',
'fixture:deployment_config.json',
)
);
cy.route(
'GET',
'*api/v1/deployments/github/octocat/config?',
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_deployment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
flex: 1;
margin-right: 1rem;
}
}
}

0 comments on commit 83cc050

Please sign in to comment.