Skip to content

Commit 6c4bdff

Browse files
- Fix windows path.
1 parent 6e1de20 commit 6c4bdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/robot/lib/stackql_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_registry_mocked(execution_env :str) -> RegistryCfg:
186186
nop_verify=True
187187
)
188188

189-
_AUTH_GOOGLE_SA_KEY_PATH = os.path.join(REPOSITORY_ROOT, 'test', 'assets', 'credentials', 'dummy', 'google', 'functional-test-dummy-sa-key.json')
189+
_AUTH_GOOGLE_SA_KEY_PATH = get_unix_path(os.path.join(REPOSITORY_ROOT, 'test', 'assets', 'credentials', 'dummy', 'google', 'functional-test-dummy-sa-key.json'))
190190

191191
_NON_EXISTENT_AUTH_GOOGLE_SA_KEY_PATH = get_unix_path(os.path.join(REPOSITORY_ROOT, 'test', 'assets', 'credentials', 'dummy', 'google', 'non-existent-dummy-sa-key.json'))
192192

0 commit comments

Comments
 (0)