Add tests for backend id fetch

This commit is contained in:
Bethany
2023-08-09 12:29:43 -07:00
parent 08d6314f7c
commit 4b219f79f3
2 changed files with 51 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import {getRuntimeToken} from './config'
import jwt_decode from 'jwt-decode'
import {Timestamp} from 'src/generated'
import {Timestamp} from '../../generated'
export interface BackendIds {
workflowRunBackendId: string