Skip to content

Commit

Permalink
fix api test
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed May 16, 2024
1 parent 07cd651 commit e66fb1a
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ describe('updateDraftContractRates', () => {
rateDateStart: '2024-01-01',
rateDateEnd: '2025-01-01',
rateProgramIDs: ['foo'],
deprecatedRateProgramIDs: [],

rateDocuments: [
{
Expand Down Expand Up @@ -258,6 +259,7 @@ describe('updateDraftContractRates', () => {
amendmentEffectiveDateStart: '2024-02-01',
amendmentEffectiveDateEnd: '2025-02-01',
rateProgramIDs: ['foo'],
deprecatedRateProgramIDs: [],
rateDocuments: [
{
s3URL: 'foo://bar',
Expand Down Expand Up @@ -339,7 +341,7 @@ describe('updateDraftContractRates', () => {
amendmentEffectiveDateStart: '2024-02-01',
amendmentEffectiveDateEnd: '2025-02-01',
rateProgramIDs: ['foo'],

deprecatedRateProgramIDs: [],
rateDocuments: [
{
s3URL: 'foo://bar',
Expand Down Expand Up @@ -423,7 +425,7 @@ describe('updateDraftContractRates', () => {
amendmentEffectiveDateStart: '2024-02-01',
amendmentEffectiveDateEnd: '2025-02-01',
rateProgramIDs: ['foo'],

deprecatedRateProgramIDs: [],
rateDocuments: [
{
s3URL: 'foo://bar',
Expand Down Expand Up @@ -501,7 +503,7 @@ describe('updateDraftContractRates', () => {
amendmentEffectiveDateStart: '2024-02-01',
amendmentEffectiveDateEnd: '2025-02-01',
rateProgramIDs: ['foo'],

deprecatedRateProgramIDs: [],
rateDocuments: [
{
s3URL: 'foo://bar',
Expand Down Expand Up @@ -711,7 +713,7 @@ describe('updateDraftContractRates', () => {
amendmentEffectiveDateStart: '2024-02-01',
amendmentEffectiveDateEnd: '2025-02-01',
rateProgramIDs: ['foo'],

deprecatedRateProgramIDs: [],
rateDocuments: [
{
s3URL: 'foo://bar',
Expand Down Expand Up @@ -858,7 +860,7 @@ describe('updateDraftContractRates', () => {
amendmentEffectiveDateStart: '2024-02-01',
amendmentEffectiveDateEnd: '2025-02-01',
rateProgramIDs: ['foo'],

deprecatedRateProgramIDs: [],
rateDocuments: [
{
s3URL: 'foo://bar',
Expand Down

0 comments on commit e66fb1a

Please sign in to comment.