chore: rename all project references from rbox to mywebdav across configs, code, and docs
This commit is contained in:
@@ -2,8 +2,8 @@ import pytest
|
||||
import asyncio
|
||||
from playwright.async_api import expect
|
||||
from datetime import datetime, date
|
||||
from rbox.billing.models import UsageAggregate, Invoice
|
||||
from rbox.models import User
|
||||
from mywebdav.billing.models import UsageAggregate, Invoice
|
||||
from mywebdav.models import User
|
||||
|
||||
@pytest.mark.asyncio
|
||||
class TestBillingIntegrationFlow:
|
||||
|
||||
Reference in New Issue
Block a user