Skip to content

Commit

Permalink
oh, windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed May 1, 2019
1 parent cf99a1d commit 5ea4fca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/047_dbt_ls_test/test_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from dbt.logger import log_to_stdout, GLOBAL_LOGGER

import json
import os


class TestStrictUndefined(DBTIntegrationTest):

Expand All @@ -11,7 +13,7 @@ def schema(self):

@staticmethod
def dir(value):
return 'test/integration/047_dbt_ls_test/' + value.lstrip('/')
return os.path.normpath('test/integration/047_dbt_ls_test/' + value)

@property
def models(self):
Expand Down

0 comments on commit 5ea4fca

Please sign in to comment.