Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Jul 3, 2024
1 parent 26a1e06 commit 877793d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions python/tests/fixtures/predictor_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"inference_logging": "ALL",
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
}
]
Expand Down Expand Up @@ -92,6 +95,9 @@
"inference_logging": "ALL",
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
},
{
Expand Down Expand Up @@ -131,6 +137,9 @@
"inference_logging": "ALL",
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
}
]
Expand Down Expand Up @@ -160,6 +169,9 @@
"inference_logging": "ALL",
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "tensorflow-inference-pipeline"
}
}
},
Expand Down Expand Up @@ -200,6 +212,9 @@
"inference_logging": "ALL",
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "tensorflow-inference-pipeline"
}
}
},
Expand Down Expand Up @@ -235,6 +250,9 @@
"inference_logging": "ALL",
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
}
},
Expand Down Expand Up @@ -277,6 +295,9 @@
},
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
}
},
Expand Down Expand Up @@ -312,6 +333,9 @@
},
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
}
},
Expand Down Expand Up @@ -354,6 +378,9 @@
},
"kafka_topic_dto": {
"name": "topic"
},
"environment_dto": {
"name": "misc-inference-pipeline"
}
}
},
Expand Down

0 comments on commit 877793d

Please sign in to comment.