mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-12 04:57:09 +00:00
Update Readme to point the users of the deprecated API to version 0.0.3
Remove feature flags header as it will not be needed after API is released.
This commit is contained in:
@@ -425,8 +425,7 @@ describe('addToProject', () => {
|
||||
|
||||
expect(gqlMock).toHaveBeenNthCalledWith(1, expect.stringContaining('organization(login: $ownerName)'), {
|
||||
ownerName: 'github',
|
||||
projectNumber: 1,
|
||||
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
|
||||
projectNumber: 1
|
||||
})
|
||||
})
|
||||
|
||||
@@ -471,8 +470,7 @@ describe('addToProject', () => {
|
||||
|
||||
expect(gqlMock).toHaveBeenNthCalledWith(1, expect.stringContaining('user(login: $ownerName)'), {
|
||||
ownerName: 'monalisa',
|
||||
projectNumber: 1,
|
||||
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
|
||||
projectNumber: 1
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user