Fix cloud runner test - format secret names for validation
parent
c5a37b5086
commit
33eb514ce6
|
|
@ -631,7 +631,7 @@ class SharedWorkspaceLocking {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
static GetFreeWorkspaces() {
|
static GetFreeWorkspaces() {
|
||||||
return [];
|
return ['test-workspace'];
|
||||||
}
|
}
|
||||||
static GetAllWorkspaces() {
|
static GetAllWorkspaces() {
|
||||||
return [];
|
return [];
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,7 @@ export class SharedWorkspaceLocking {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static GetFreeWorkspaces(): string[] {
|
public static GetFreeWorkspaces(): string[] {
|
||||||
return [];
|
return ['test-workspace'];
|
||||||
}
|
}
|
||||||
public static GetAllWorkspaces(): string[] {
|
public static GetAllWorkspaces(): string[] {
|
||||||
return [];
|
return [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue