Skip to content

Commit fc51c69

Browse files
authored
Merge pull request #277 from netvisor-io/feat/plan-fixtures
feat: billing plans
2 parents dc6b75f + 532852f commit fc51c69

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

backend/tests/integration.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,7 @@ pub async fn generate_fixtures() {
558558
generate_billing_plans_json()
559559
.await
560560
.expect("Failed to generate billing and features json");
561-
562-
generate_roadmap_json()
563-
.await
564-
.expect("Failed to generate roadmap json");
565-
561+
566562
println!("✅ Generated test fixtures");
567563
}
568564

0 commit comments

Comments
 (0)