Skip to content

Commit ba2ef67

Browse files
committed
- fixes unit test definition to point to beta so it matches
1 parent e6830d8 commit ba2ef67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/BaseGraphServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class BaseGraphServiceClient extends BaseClient implements IBaseGraphServ
3232
/**
3333
* The default endpoint for the Microsoft Graph Service
3434
*/
35-
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
35+
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/beta";
3636

3737
/**
3838
* The current endpoint

0 commit comments

Comments
 (0)