azure-devops-backend: mark config as required and use mock token
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@
|
||||
|
||||
export interface Config {
|
||||
/** Configuration options for the azure-devops-backend plugin */
|
||||
azureDevOps?: {
|
||||
azureDevOps: {
|
||||
/**
|
||||
* The hostname of the given Azure instance
|
||||
*/
|
||||
@@ -25,7 +25,7 @@ export interface Config {
|
||||
* Token used to authenticate requests.
|
||||
* @visibility secret
|
||||
*/
|
||||
token?: string;
|
||||
token: string;
|
||||
/**
|
||||
* The organization of the given Azure instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user