removed dockerfile name from test_build_with_invalid_tag

Signed-off-by: Daniel Lombardi <lombardi.daniel.o@gmail.com>
This commit is contained in:
Daniel Lombardi 2023-12-01 15:38:50 -03:00
parent 9439a10ea1
commit 25e588b382
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class BuildTest(BaseAPIClientTest):
def test_build_with_invalid_tag(self):
with pytest.raises(TypeError):
self.client.build(
".", dockerfile="nameddockerfile", tag="https://example.com"
".", tag="https://example.com"
)
def test_build_container_with_container_limits(self):