Skip to content

Commit

Permalink
specify unit_test template
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Mar 1, 2024
1 parent ad81775 commit 0649134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/index.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ angular
.state('dbt.unit_test', {
url: 'unit_test/:unique_id?section&' + graph_params,
controller: 'TestCtrl',
templateUrl: templates.test,
templateUrl: templates.unit_test,
params: {
unique_id: {type: 'string'}
},
Expand Down

0 comments on commit 0649134

Please sign in to comment.